Skip to content

Commit

Permalink
update HelperPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Minecraftschurli committed Feb 23, 2024
1 parent 8c2e49f commit 419e413
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ org.gradle.daemon=false
org.gradle.caching=true

project_type=LIBRARY
lib_group=com.github.minecraftschurlimods
lib_name=codeclib
lib_version=1.0
vendor=Minecraftschurli

lib.group=com.github.minecraftschurlimods
lib.name=codeclib
lib.version=1.0
lib.vendor=Minecraftschurli

java_version=17

github.owner=MinecraftschurliMods
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pluginManagement {
plugins {
id("org.ec4j.editorconfig") version "0.0.3"
id("net.neoforged.gradle.userdev") version "7.0.80"
id("com.github.minecraftschurlimods.helperplugin") version "1.3"
id("com.github.minecraftschurlimods.helperplugin") version "1.4"
}
repositories {
mavenLocal()
Expand Down

0 comments on commit 419e413

Please sign in to comment.