41 lines
1.1 KiB
Diff
41 lines
1.1 KiB
Diff
--- a/build.gradle
|
|
+++ b/build.gradle
|
|
@@ -3,26 +3,20 @@
|
|
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'
|
|
}
|
|
|
|
-var relType = project.properties["releaseType"] ?: "${release_type}"
|
|
-
|
|
-ext {
|
|
- isPort = false //(relType == 'experimental')
|
|
-}
|
|
-
|
|
orion.setup {
|
|
multiProject = true
|
|
enableMirrorMaven = true
|
|
enableReleasesMaven = true
|
|
- enableSnapshotsMaven = isPort
|
|
|
|
dopplerToken = System.getenv("DOPPLER_KEY")
|
|
|
|
versioning {
|
|
+ var relType = project.properties["releaseType"] ?: "${release_type}"
|
|
identifier("${relType}")
|
|
}
|
|
}
|
|
@@ -47,7 +41,6 @@
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
- mavenLocal()
|
|
|
|
maven {
|
|
name = "Modrinth"
|