pluginManagement { repositories { maven { // RetroFuturaGradle name 'GTNH Maven' //noinspection HttpUrlsUsage url 'http://jenkins.usrv.eu:8081/nexus/content/groups/public/' allowInsecureProtocol = true //noinspection GroovyAssignabilityCheck mavenContent { includeGroup 'com.gtnewhorizons' includeGroup 'com.gtnewhorizons.retrofuturagradle' } } gradlePluginPortal() mavenCentral() mavenLocal() } } plugins { id 'com.diffplug.blowdryerSetup' version '1.6.0' // Automatic toolchain provisioning id 'org.gradle.toolchains.foojay-resolver-convention' version '0.4.0' } blowdryerSetup { repoSubfolder 'spotless' github('GregTechCEu/Buildscripts', 'commit', 'a1e1f2dfebb66f8fc652cd3e020b871fbd8604cb') //devLocal '.' // Use this when testing config updates locally } rootProject.name = modArchivesBaseName