bump configurate to 3.7.1

This commit is contained in:
zml
2020-08-23 21:11:46 -07:00
committed by GitHub
parent 6b26daa281
commit 0e28cc4df7

View File

@@ -28,7 +28,7 @@ allprojects {
nettyVersion = '4.1.51.Final'
guavaVersion = '25.1-jre'
checkerFrameworkVersion = '2.7.0'
configurateVersion = '3.6'
configurateVersion = '3.7.1'
getCurrentShortRevision = {
new ByteArrayOutputStream().withStream { os ->
@@ -60,12 +60,6 @@ allprojects {
maven {
url "https://libraries.minecraft.net"
}
// Configurate
maven {
name = 'sponge'
url = 'https://repo.spongepowered.org/maven'
}
}
test {