Skip to content

Commit

Permalink
Yet again I delete the version tag to create it again after build scr…
Browse files Browse the repository at this point in the history
…ipt changes to see if jitpack can do its job properly
  • Loading branch information
juanmuscaria committed Jun 25, 2023
1 parent 4c0d93f commit 17fab64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions addon.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
group = 'io.github.cruciblemc'
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1125,12 +1125,8 @@ publishing {

repositories {
maven {
url = "http://jenkins.usrv.eu:8081/nexus/content/repositories/releases"
allowInsecureProtocol = true
credentials {
username = System.getenv("MAVEN_USER") ?: "NONE"
password = System.getenv("MAVEN_PASSWORD") ?: "NONE"
}
url = buildDir.absolutePath + "/repo"
name = "filesystem"
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ blowdryerSetup {
github('GTNewHorizons/ExampleMod1.7.10', 'tag', '0.2.2')
//devLocal '.' // Use this when testing config updates locally
}

rootProject.name = 'praesidium-evolutionis'

0 comments on commit 17fab64

Please sign in to comment.