File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,14 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
44import java.util.*
55
66plugins {
7+ id(" java" )
8+ id(" com.matthewprenger.cursegradle" ) version " 1.4.0" apply false
9+ id(" org.jetbrains.changelog" ) version " 2.2.1"
710 id(" java-library" )
811 id(" maven-publish" )
9- id(" org.jetbrains.gradle.plugin.idea-ext" ) version " 1.1.7"
12+ id(" com.gtnewhorizons.retrofuturagradle" ) version " 1.4.1"
13+ id(" org.jetbrains.gradle.plugin.idea-ext" ) version " 1.1.9"
1014 id(" eclipse" )
11- id(" com.gtnewhorizons.retrofuturagradle" ) version " 1.3.19"
1215 kotlin(" jvm" )
1316}
1417
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments