Skip to content

Commit

Permalink
Use correct Gradle commands for build in Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 10, 2024
1 parent 4474a8d commit a1d13b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@

gradlePipeline(
slack: true,
slackChannel: "#spoofax3-dev"
slackChannel: "#spoofax3-dev",
gradleBuildTasks: "build",
gradlePublishTasks: "publish"
)

0 comments on commit a1d13b2

Please sign in to comment.