Skip to content

Commit 7b8bbad

Browse files
author
Circulate233
committed
维修一下自动构建
1 parent 7cbab8b commit 7b8bbad

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ repositories {
180180
}
181181
maven {
182182
name = "GTNH Maven"
183-
url = uri("http://jenkins.usrv.eu:8081/nexus/content/groups/public/")
183+
url = uri("https://nexus.gtnewhorizons.com/repository/public/")
184184
isAllowInsecureProtocol = true
185185
}
186186
mavenCentral()
@@ -321,6 +321,8 @@ dependencies {
321321
implementation(rfg.deobf("curse.maven:random-complement-1198138:7155516"))
322322
implementation(rfg.deobf("curse.maven:modular-routers-250294:2954953"))
323323
implementation(rfg.deobf("curse.maven:actually-additions-228404:3117927"))
324+
implementation(rfg.deobf("curse.maven:brandons-core-231382:3408276"))
325+
implementation(rfg.deobf("curse.maven:draconic-evolution-223565:3431261"))
324326
}
325327

326328
// Publishing to a Maven repository

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginManagement {
33
maven {
44
// RetroFuturaGradle
55
name = "GTNH Maven"
6-
url = uri("http://jenkins.usrv.eu:8081/nexus/content/groups/public/")
6+
url = uri("https://nexus.gtnewhorizons.com/repository/public/")
77
isAllowInsecureProtocol = true
88
mavenContent {
99
includeGroup("com.gtnewhorizons")

0 commit comments

Comments
 (0)