Skip to content

Commit

Permalink
Update plugin org.openjfx.javafxplugin to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 23, 2024
1 parent baab69b commit 696c817
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion adapter/file/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.openjfx.javafxplugin' version '0.0.14'
id 'org.openjfx.javafxplugin' version '0.1.0'
}

ecco.adapter = true
Expand Down
2 changes: 1 addition & 1 deletion adapter/image/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.openjfx.javafxplugin' version '0.0.14'
id 'org.openjfx.javafxplugin' version '0.1.0'
}

ecco.adapter = true
Expand Down
2 changes: 1 addition & 1 deletion adapter/lilypond/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.openjfx.javafxplugin' version '0.0.14'
id 'org.openjfx.javafxplugin' version '0.1.0'
}

ecco.adapter = true
Expand Down
2 changes: 1 addition & 1 deletion adapter/text/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.openjfx.javafxplugin' version '0.0.14'
id 'org.openjfx.javafxplugin' version '0.1.0'
}

ecco.adapter = true
Expand Down
2 changes: 1 addition & 1 deletion base/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'application'
id 'org.openjfx.javafxplugin' version '0.0.14'
id 'org.openjfx.javafxplugin' version '0.1.0'
}

apply plugin: 'java-library'
Expand Down
2 changes: 1 addition & 1 deletion gui/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'application'
id 'org.openjfx.javafxplugin' version '0.0.14'
id 'org.openjfx.javafxplugin' version '0.1.0'
//id 'com.palantir.docker' version '0.30.0'
}

Expand Down

0 comments on commit 696c817

Please sign in to comment.