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 27cfbb3 commit e88a059
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 @@ -6,5 +6,7 @@ gradlePipeline(
buildDevelopBranch: false,
buildTag: false,
slack: true,
slackChannel: '#spoofax3-dev'
slackChannel: '#spoofax3-dev',
gradleBuildTasks: "build",
gradlePublishTasks: "publish"
)

0 comments on commit e88a059

Please sign in to comment.