mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 08:27:43 +01:00
rebase
This commit is contained in:
@@ -3,7 +3,7 @@ import io.papermc.paperweight.util.constants.*
|
||||
plugins {
|
||||
java
|
||||
`maven-publish`
|
||||
id("com.github.johnrengelman.shadow") version "7.1.0" apply false
|
||||
id("com.github.johnrengelman.shadow") version "7.1.0"
|
||||
id("io.papermc.paperweight.patcher") version "1.3.0-SNAPSHOT"
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@ repositories {
|
||||
dependencies {
|
||||
remapper("net.fabricmc:tiny-remapper:0.7.0:fat")
|
||||
decompiler("net.minecraftforge:forgeflower:1.5.498.22")
|
||||
paperclip("io.papermc:paperclip:2.0.1")
|
||||
paperclip("io.papermc:paperclip:3.0.2-SNAPSHOT")
|
||||
}
|
||||
|
||||
subprojects {
|
||||
@@ -25,8 +25,6 @@ subprojects {
|
||||
apply(plugin = "maven-publish")
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_16
|
||||
targetCompatibility = JavaVersion.VERSION_16
|
||||
toolchain {
|
||||
languageVersion.set(JavaLanguageVersion.of(17))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user