Skip to content

Commit

Permalink
Uses org.javamodularity.moduleplugin 1.8.16-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Jul 4, 2024
1 parent 8e24f93 commit e47bf69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

id 'me.champeau.jmh' version '0.7.2'

id 'org.javamodularity.moduleplugin' version '1.8.15'
id 'org.javamodularity.moduleplugin' version '1.8.16-SNAPSHOT'

id 'org.openjfx.javafxplugin' version '0.1.0'

Expand Down
7 changes: 7 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
}
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
Expand Down

0 comments on commit e47bf69

Please sign in to comment.