Skip to content

Replace Maven workflow with Gradle build workflow#6

Merged
chi2l3s merged 1 commit intomasterfrom
claude/evaluate-database-V2rYF
Jan 20, 2026
Merged

Replace Maven workflow with Gradle build workflow#6
chi2l3s merged 1 commit intomasterfrom
claude/evaluate-database-V2rYF

Conversation

@chi2l3s
Copy link
Copy Markdown
Owner

@chi2l3s chi2l3s commented Jan 20, 2026

Changes:

  • Rename maven.yml -> build.yml
  • Replace Maven commands with Gradle
  • Remove maven cache configuration
  • Add gradle-build-action for proper caching
  • Add test results and build artifacts upload
  • Configure workflow for claude/** branches
  • Remove Maven-specific actions

This fixes the build error where GitHub Actions tried to find pom.xml and failed because the project uses Gradle.

Now we have two workflows:

  • build.yml: CI builds on push/PR
  • release.yml: Release creation on tags

Changes:
- Rename maven.yml -> build.yml
- Replace Maven commands with Gradle
- Remove maven cache configuration
- Add gradle-build-action for proper caching
- Add test results and build artifacts upload
- Configure workflow for claude/** branches
- Remove Maven-specific actions

This fixes the build error where GitHub Actions tried to find
pom.xml and failed because the project uses Gradle.

Now we have two workflows:
- build.yml: CI builds on push/PR
- release.yml: Release creation on tags
@chi2l3s chi2l3s merged commit 5036b0e into master Jan 20, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants