This commit is contained in:
2023-09-23 14:07:37 -05:00
parent a4214a489d
commit 0e06333848
2 changed files with 2 additions and 2 deletions

View File

@ -27,4 +27,4 @@ jobs:
- name: Apply Patches - name: Apply Patches
run: ./gradlew applyPatches run: ./gradlew applyPatches
- name: Build - name: Build
run: ./gradlew createReobfPaperclipJar run: ./gradlew build

View File

@ -2,7 +2,7 @@ plugins {
java java
`maven-publish` `maven-publish`
id("com.github.johnrengelman.shadow") version "8.1.1" apply false id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("io.papermc.paperweight.patcher") version "1.5.6" id("io.papermc.paperweight.patcher") version "1.5.7-SNAPSHOT"
} }
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/" val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"