Update patch

This commit is contained in:
Nassim Jahnke 2024-08-13 09:54:05 +02:00
parent bdc89dd763
commit eea2194217
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
3 changed files with 7 additions and 5 deletions

View File

@ -9,5 +9,5 @@ Then you can run the Python script to apply the automated updates.
```bash ```bash
py mcstructs.py py mcstructs.py
cd MCStructs cd MCStructs
gradlew test gradlew test -x checkstyleMain
``` ```

View File

@ -2,7 +2,7 @@ import os
import re import re
import subprocess import subprocess
via_nbt_version = '5.0.0-SNAPSHOT' via_nbt_version = '5.0.0'
version_prefix = '5' version_prefix = '5'
# All of this would work better with bytecode rewriting, but here we go # All of this would work better with bytecode rewriting, but here we go

View File

@ -302,16 +302,18 @@ index 62daf4c..382f00b 100644
publications { publications {
maven(MavenPublication) { maven(MavenPublication) {
diff --git a/settings.gradle b/settings.gradle diff --git a/settings.gradle b/settings.gradle
index 8782dd6..dd6c9cc 100644 index 64fd6ec..46ca6cc 100644
--- a/settings.gradle --- a/settings.gradle
+++ b/settings.gradle +++ b/settings.gradle
@@ -7,9 +7,6 @@ pluginManagement { @@ -11,11 +11,6 @@ plugins {
rootProject.name = "MCStructs" rootProject.name = "MCStructs"
-include(":MCStructs-all") -include(":MCStructs-all")
-include(":MCStructs-data") -include(":MCStructs-converter")
include(":MCStructs-core") include(":MCStructs-core")
-include(":MCStructs-data")
-include(":MCStructs-itemcomponents")
-include(":MCStructs-nbt") -include(":MCStructs-nbt")
include(":MCStructs-snbt") include(":MCStructs-snbt")
include(":MCStructs-text") include(":MCStructs-text")