Skip to content

Commit

Permalink
Downgrade Gradle wrapper version to 5.6.4 because of problems publish…
Browse files Browse the repository at this point in the history
…ing to maven central (module metadata not being signed)
  • Loading branch information
dukke committed May 9, 2021
1 parent cde2fb1 commit 1d22def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
2 changes: 1 addition & 1 deletion jmetro-samples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ application {
/* Controls that have cells */
// mainClass.set('jfxtras.styles.samples.jmetro.TableViewSample')
//mainClass.set('jfxtras.styles.samples.jmetro.TreeTableViewSample')
mainClass.set('jfxtras.styles.samples.jmetro.TreeViewSample')
mainClassName = 'jfxtras.styles.samples.jmetro.TreeViewSample'
//mainClass.set('jfxtras.styles.samples.jmetro.TreeTableViewWithSubheaders')
//mainClass.set('jfxtras.styles.samples.jmetro.TableViewWithSubheadersSample')

Expand Down

0 comments on commit 1d22def

Please sign in to comment.