Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for Gradle #2411

Merged
merged 2 commits into from
Aug 17, 2024
Merged

feat: add support for Gradle #2411

merged 2 commits into from
Aug 17, 2024

Conversation

stuartwdouglas
Copy link
Collaborator

No description provided.

@stuartwdouglas stuartwdouglas requested review from a team and worstell and removed request for a team August 17, 2024 07:38
@ftl-robot ftl-robot mentioned this pull request Aug 17, 2024
@stuartwdouglas stuartwdouglas added the run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue label Aug 17, 2024
if len(config.Watch) == 0 {
config.Watch = []string{"pom.xml", "src/**", "target/generated-sources"}
}
} else if config.Java.BuildTool == JavaBuildToolGradle || fileExists(buildGradle) || fileExists(buildGradleKts) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

internal/moduleconfig/moduleconfig.go Outdated Show resolved Hide resolved
@@ -0,0 +1,36 @@
plugins {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noooooooooooo

@stuartwdouglas stuartwdouglas added this pull request to the merge queue Aug 17, 2024
@stuartwdouglas stuartwdouglas removed this pull request from the merge queue due to a manual request Aug 17, 2024
@stuartwdouglas stuartwdouglas added this pull request to the merge queue Aug 17, 2024
Merged via the queue into main with commit a7bc9b3 Aug 17, 2024
72 checks passed
@stuartwdouglas stuartwdouglas deleted the stuartwdouglas/gradle branch August 17, 2024 10:24
safeer pushed a commit that referenced this pull request Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants