diff --git a/README.md b/README.md index 1d36ce8..891cd17 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ Then you can run the Python script to apply the automated updates. ```bash py mcstructs.py cd MCStructs -gradlew test +gradlew test -x checkstyleMain ``` \ No newline at end of file diff --git a/mcstructs.py b/mcstructs.py index 759a08d..4f885f2 100644 --- a/mcstructs.py +++ b/mcstructs.py @@ -2,7 +2,7 @@ import os import re import subprocess -via_nbt_version = '5.0.0-SNAPSHOT' +via_nbt_version = '5.0.0' version_prefix = '5' # All of this would work better with bytecode rewriting, but here we go diff --git a/patch.patch b/patch.patch index d2cd110..bbc323c 100644 --- a/patch.patch +++ b/patch.patch @@ -302,16 +302,18 @@ index 62daf4c..382f00b 100644 publications { maven(MavenPublication) { diff --git a/settings.gradle b/settings.gradle -index 8782dd6..dd6c9cc 100644 +index 64fd6ec..46ca6cc 100644 --- a/settings.gradle +++ b/settings.gradle -@@ -7,9 +7,6 @@ pluginManagement { +@@ -11,11 +11,6 @@ plugins { rootProject.name = "MCStructs" -include(":MCStructs-all") --include(":MCStructs-data") +-include(":MCStructs-converter") include(":MCStructs-core") +-include(":MCStructs-data") +-include(":MCStructs-itemcomponents") -include(":MCStructs-nbt") include(":MCStructs-snbt") include(":MCStructs-text")