Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-15 04:20:04 +01:00
add example lib patch
Dieser Commit ist enthalten in:
Ursprung
e6137f7f1c
Commit
0a44692ef6
@ -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 {
|
||||
|
11
patches/sources/oshi/SystemInfo.java.patch
Normale Datei
11
patches/sources/oshi/SystemInfo.java.patch
Normale Datei
@ -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
|
||||
* <p>
|
||||
* This object provides getters which instantiate the appropriate platform-specific implementations of
|
||||
* {@link oshi.software.os.OperatingSystem} (software) and {@link oshi.hardware.HardwareAbstractionLayer} (hardware).
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren