Compare commits
5 Commits
add-db-ind
...
FixCompile
| Author | SHA1 | Date | |
|---|---|---|---|
| 5d80695368 | |||
| db3f98209e | |||
| af77dce7ee | |||
| 6e79c9c9ca | |||
| 30f8390d44 |
30
SpigotCore/CompileDummy/src/jdk/internal/misc/Unsafe.java
Normal file
30
SpigotCore/CompileDummy/src/jdk/internal/misc/Unsafe.java
Normal file
@@ -0,0 +1,30 @@
|
||||
/*
|
||||
* This file is a part of the SteamWar software.
|
||||
*
|
||||
* Copyright (C) 2025 SteamWar.de-Serverteam
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package jdk.internal.misc;
|
||||
|
||||
public class Unsafe {
|
||||
|
||||
public static Unsafe getUnsafe() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public native Object allocateInstance(Class<?> cls)
|
||||
throws InstantiationException;
|
||||
}
|
||||
@@ -30,7 +30,7 @@ dependencies {
|
||||
annotationProcessor(libs.classindex)
|
||||
compileOnly(project(":CommonCore", "default"))
|
||||
compileOnly(project(":CommandFramework", "default"))
|
||||
compileOnly(project(":SpigotCore:CRIUDummy", "default"))
|
||||
compileOnly(project(":SpigotCore:CompileDummy", "default"))
|
||||
|
||||
compileOnly(libs.worldedit12)
|
||||
|
||||
|
||||
@@ -234,7 +234,7 @@ include(
|
||||
|
||||
include(
|
||||
"SpigotCore",
|
||||
"SpigotCore:CRIUDummy",
|
||||
"SpigotCore:CompileDummy",
|
||||
"SpigotCore:SpigotCore_8",
|
||||
"SpigotCore:SpigotCore_9",
|
||||
"SpigotCore:SpigotCore_10",
|
||||
|
||||
Reference in New Issue
Block a user