You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'// https://plugins.gradle.org/plugin/org.gradle.toolchains.foojay-resolver-convention
12
-
13
-
// NOTE: We need to load this into the classpath before GradleUtils for the service to load correctly
14
-
id 'io.freefair.javadoc-links' version '8.14' apply false// https://plugins.gradle.org/plugin/io.freefair.javadoc-links
15
-
16
-
id 'net.minecraftforge.gradleutils' version '3.2.25'// https://plugins.gradle.org/plugin/net.minecraftforge.gradleutils
17
-
id 'net.minecraftforge.gitversion' version '3.0.7'// https://plugins.gradle.org/plugin/net.minecraftforge.gitversion
2
+
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
18
3
}
19
4
20
5
rootProject.name ='gradleutils'
21
6
22
7
include 'gradleutils-shared'
23
8
24
-
dependencyResolutionManagement {
25
-
repositories {
26
-
mavenCentral()
27
-
gradlePluginPortal()
28
-
maven gradleutils.forgeMaven
29
-
maven { url ='https://maven.moddinglegacy.com' } // Gradle API
30
-
//mavenLocal()
9
+
// Applying plugins causes them to not have any IDE support when also applied to any build.gradle files
10
+
// The workaround for now is to use this listener here so that it can stay in settings.gradle
0 commit comments