Skip to content

Commit

Permalink
Working on generalized run configuration plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Jul 4, 2024
1 parent 4ad37c2 commit 76e81df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java-library'
id 'eclipse'
id 'com.github.ben-manes.versions' version '0.48.0'
id 'net.neoforged.gradleutils' version '3.0.0-alpha.4'
id 'net.neoforged.gradleutils' version '3.0.0'
id 'org.gradlex.extra-java-module-info' version '1.4.2'
id 'maven-publish'
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.6.0'
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

rootProject.name = "modlauncher"

0 comments on commit 76e81df

Please sign in to comment.