Skip to content

Commit

Permalink
using new deploy script for JavaFx applications
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacalia committed May 11, 2021
1 parent 450e12d commit ba0264d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,5 @@ if (!project['CERN_VM']) {

if (project['DEPLOYMENT']) {
println 'Applying deployment scripts'
apply from: 'https://raw.githubusercontent.com/ossgang/gradle-scripts/master/deployment/deploy-to-maven-central.gradle'
apply from: 'https://raw.githubusercontent.com/ossgang/gradle-scripts/master/deployment/deploy-to-maven-central-fx.gradle'
}

0 comments on commit ba0264d

Please sign in to comment.