diff --git a/build.gradle.kts b/build.gradle.kts index 64177b41c..38e491b13 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { java `maven-publish` id("com.github.johnrengelman.shadow") version "8.1.1" apply false - id("io.papermc.paperweight.core") version "2.0-SNAPSHOT" + id("io.papermc.paperweight.core") version "2.0.0-SNAPSHOT" } allprojects { diff --git a/patches/sources/oshi/SystemInfo.java.patch b/patches/sources/oshi/SystemInfo.java.patch new file mode 100644 index 000000000..9d238ecf6 --- /dev/null +++ b/patches/sources/oshi/SystemInfo.java.patch @@ -0,0 +1,11 @@ +--- a/oshi/SystemInfo.java ++++ b/oshi/SystemInfo.java +@@ -28,7 +28,7 @@ + import oshi.software.os.windows.WindowsOperatingSystem; + + /** +- * System information. This is the main entry point to OSHI. ++ * System information. This is the main entry point to OSHI. Example + *

+ * This object provides getters which instantiate the appropriate platform-specific implementations of + * {@link oshi.software.os.OperatingSystem} (software) and {@link oshi.hardware.HardwareAbstractionLayer} (hardware).