1
0
mirror of https://github.com/chylex/Minecraft-Window-Title.git synced 2025-05-07 19:34:04 +02:00

Pin VanillaGradle version

Closes 
This commit is contained in:
chylex 2024-10-19 19:36:25 +02:00
parent ddc0e4595a
commit b768bf9ccd
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -25,12 +25,16 @@ buildscript {
repositories {
maven("https://repo.spongepowered.org/maven")
}
dependencies {
classpath("org.spongepowered:vanillagradle:0.2.1-20231203.020957-71")
}
}
plugins {
`java-library`
idea
id("org.spongepowered.gradle.vanilla") version "0.2.1-SNAPSHOT"
id("org.spongepowered.gradle.vanilla") version "0.2.1-20231203.020957-71"
}
idea {