Update RFG to 1.3.27 and update the maven url also

This commit is contained in:
Rongmario 2024-01-09 02:28:31 +00:00
parent 3102d3c033
commit 7db468db1e
3 changed files with 3 additions and 4 deletions

View file

@ -2,7 +2,7 @@
Template workspace for modding Minecraft 1.12.2. Licensed under MIT, it is made for public use.
This template currently utilizies **Gradle 8.1.1** + **[RetroFuturaGradle](https://github.com/GTNewHorizons/RetroFuturaGradle) 1.3.6** + **Forge 14.23.5.2847**.
This template currently utilizies **Gradle 8.1.1** + **[RetroFuturaGradle](https://github.com/GTNewHorizons/RetroFuturaGradle) 1.3.27** + **Forge 14.23.5.2847**.
With **coremod and mixin support** that is easy to configure.

View file

@ -6,7 +6,7 @@ plugins {
id 'maven-publish'
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.1.7'
id 'eclipse'
id 'com.gtnewhorizons.retrofuturagradle' version '1.3.16'
id 'com.gtnewhorizons.retrofuturagradle' version '1.3.27'
id 'com.matthewprenger.cursegradle' version '1.4.0'
}

View file

@ -3,8 +3,7 @@ pluginManagement {
maven {
// RetroFuturaGradle
name 'GTNH Maven'
url 'http://jenkins.usrv.eu:8081/nexus/content/groups/public/'
allowInsecureProtocol = true
url 'https://nexus.gtnewhorizons.com/repository/public/'
mavenContent {
includeGroup 'com.gtnewhorizons'
includeGroup 'com.gtnewhorizons.retrofuturagradle'