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
py mcstructs.py
cd MCStructs
gradlew test
gradlew test -x checkstyleMain
```

View File

@ -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

View File

@ -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")