From 7db1b4ace7849c9448019de857e165086fd56c36 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 7 Feb 2020 13:53:04 +0100 Subject: [PATCH] add some plugin that azure suggests --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index ef21bb1d..a6731799 100644 --- a/build.gradle +++ b/build.gradle @@ -1,17 +1,20 @@ buildscript { repositories { maven { url = 'https://files.minecraftforge.net/maven' } + maven { url = 'https://plugins.gradle.org/m2/' } jcenter() mavenCentral() } dependencies { classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '3.+', changing: true + classpath 'net.linguica.gradle:maven-settings-plugin:0.5' } } apply plugin: 'net.minecraftforge.gradle' // Only edit below this line, the above code adds and enables the necessary things for Forge to be setup. apply plugin: 'eclipse' apply plugin: 'maven-publish' +apply plugin: 'net.linguica.maven-settings' version = '20.1' group = 'de.ellpeck.naturesaura' // http://maven.apache.org/guides/mini/guide-naming-conventions.html