forked from Nxer/Twist-Space-Technology-Mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.gradle
41 lines (39 loc) · 1.08 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
//pluginManagement {
// repositories {
// maven {
// // RetroFuturaGradle
// name "GTNH Maven"
// url "https://nexus.gtnewhorizons.com/repository/public/"
// mavenContent {
// includeGroupByRegex("com\\.gtnewhorizons\\..+")
// }
// }
// gradlePluginPortal()
// mavenCentral()
// mavenLocal()
// }
//}
pluginManagement {
repositories {
maven {
// RetroFuturaGradle
name "GTNH Maven"
url "https://nexus.gtnewhorizons.com/repository/public/"
mavenContent {
includeGroup("com.gtnewhorizons")
includeGroupByRegex("com\\.gtnewhorizons\\..+")
}
}
gradlePluginPortal()
mavenCentral()
mavenLocal()
}
}
plugins {
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.19'
}
//plugins {
// id 'com.diffplug.blowdryerSetup' version '1.7.1'
// id 'org.gradle.toolchains.foojay-resolver-convention' version '0.7.0' // Provides java toolchains
//}
//