Files
CraterLib/patches/1.21.2/build.gradle.patch

28 lines
878 B
Diff
Raw Normal View History

2024-10-22 19:14:23 +02:00
--- a/build.gradle
+++ b/build.gradle
2025-06-17 19:18:23 +02:00
@@ -3,22 +3,17 @@
id 'com.github.johnrengelman.shadow' version '8.1.1' apply false
id "xyz.wagyourtail.unimined" version "1.3.9" apply false
id "com.hypherionmc.modutils.modpublisher" version "2.1.6"
- id "com.hypherionmc.modutils.orion" version "1.0.28"
- id "com.hypherionmc.modutils.orion.origami" version "1.0.28" apply false
+ id "com.hypherionmc.modutils.orion" version "1.0.24"
+ id "com.hypherionmc.modutils.orion.origami" version "1.0.24" apply false
id 'maven-publish'
}
2024-10-22 19:14:23 +02:00
var relType = project.properties["releaseType"] ?: "${release_type}"
-ext {
2025-03-25 19:49:02 +02:00
- isPort = false //(relType == 'experimental')
2024-10-22 19:14:23 +02:00
-}
-
orion.setup {
multiProject = true
enableMirrorMaven = true
enableReleasesMaven = true
2025-03-25 19:49:02 +02:00
- enableSnapshotsMaven = isPort
2024-10-22 19:14:23 +02:00
dopplerToken = System.getenv("DOPPLER_KEY")