File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
java
6
6
`maven- publish`
7
7
id(" com.github.johnrengelman.shadow" ) version " 7.1.2" apply false
8
- id(" io.papermc.paperweight.core" ) version " 1.3.5 "
8
+ id(" io.papermc.paperweight.core" ) version " 1.3.6 "
9
9
}
10
10
11
11
allprojects {
@@ -62,7 +62,7 @@ repositories {
62
62
63
63
dependencies {
64
64
paramMappings(" net.fabricmc:yarn:1.18.2+build.2:mergedv2" )
65
- remapper(" net.fabricmc:tiny-remapper:0.8.1 :fat" )
65
+ remapper(" net.fabricmc:tiny-remapper:0.8.2 :fat" )
66
66
decompiler(" net.minecraftforge:forgeflower:1.5.498.29" )
67
67
spigotDecompiler(" io.papermc:patched-spigot-fernflower:0.1+build.4" )
68
68
paperclip(" io.papermc:paperclip:3.0.2" )
@@ -106,7 +106,7 @@ tasks.generateDevelopmentBundle {
106
106
mojangApiCoordinates.set(" io.papermc.paper:paper-mojangapi" )
107
107
libraryRepositories.addAll(
108
108
" https://repo.maven.apache.org/maven2/" ,
109
- " https://papermc.io/repo/repository/maven-public/ " ,
109
+ paperMavenPublicUrl ,
110
110
)
111
111
}
112
112
You can’t perform that action at this time.
0 commit comments