mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-05-20 00:30:20 +00:00
Compare commits
2 Commits
968746f988
...
71bc3aa045
| Author | SHA1 | Date | |
|---|---|---|---|
| 71bc3aa045 | |||
| d33d4af296 |
@@ -17,7 +17,8 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
//TODO Allow pulling from Versions.kt
|
//TODO Allow pulling from Versions.kt
|
||||||
implementation("com.gradleup.shadow", "shadow-gradle-plugin", "8.3.1")
|
implementation("com.gradleup.shadow", "shadow-gradle-plugin", "8.3.1")
|
||||||
implementation("io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin:2.0.0-beta.16")
|
|
||||||
|
implementation("io.papermc.paperweight.userdev", "io.papermc.paperweight.userdev.gradle.plugin", "2.0.0-beta.16")
|
||||||
implementation("org.ow2.asm", "asm", "9.7")
|
implementation("org.ow2.asm", "asm", "9.7")
|
||||||
implementation("org.ow2.asm", "asm-tree", "9.7")
|
implementation("org.ow2.asm", "asm-tree", "9.7")
|
||||||
implementation("com.dfsek.tectonic", "common", "4.2.1")
|
implementation("com.dfsek.tectonic", "common", "4.2.1")
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionSha256Sum=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26
|
distributionSha256Sum=7a00d51fb93147819aab76024feece20b6b84e420694101f276be952e08bef03
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
|
|||||||
Reference in New Issue
Block a user