Skip to content

Commit

Permalink
Setting the jfrog plugin to auto-update because 1.6 apparently doesn't
Browse files Browse the repository at this point in the history
work anymore.
  • Loading branch information
pspeed42 committed Nov 20, 2018
1 parent 07d73ab commit 61cc086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
// This sucks down a lot of stuff that 'normal' users wouldn't
// have and won't need anyway.
if( project.hasProperty('releaseUser') ) {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+'
}
}
}
Expand All @@ -15,7 +15,7 @@ apply plugin: 'java'

version='1.11.0'

ext.jmeVersion='3.1.0-stable'
ext.jmeVersion='3.1.0-stable'

ext {
bintrayLabels = ['jMonkeyEngine', 'gamedev', 'GUI']
Expand Down

0 comments on commit 61cc086

Please sign in to comment.