Skip to content

Commit

Permalink
Update JMetro version in Gradle script to "11.6.15"
Browse files Browse the repository at this point in the history
  • Loading branch information
dukke committed May 17, 2021
1 parent 1d22def commit c7939aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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')
mainClassName = '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 All @@ -31,7 +31,7 @@ application {

//mainClass.set('jfxtras.styles.samples.jmetro.MDL2IconFontSample')

// mainClass.set('jfxtras.styles.samples.jmetro.ControlsSample')
mainClassName = 'jfxtras.styles.samples.jmetro.ControlsSample'
// mainClass.set('jfxtras.styles.samples.jmetro.themetester.ThemeTester')

//mainClass.set('jfxtras.styles.samples.jmetro.ColorPickerThrowsRuntimeException')
Expand Down
2 changes: 1 addition & 1 deletion jmetro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

sourceCompatibility = JavaVersion.VERSION_11

version = '11.6.15-SNAPSHOT'
version = '11.6.15'
def versionDescription = 'JMetro'

javafx {
Expand Down

0 comments on commit c7939aa

Please sign in to comment.