-
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathsettings.gradle
More file actions
29 lines (25 loc) · 761 Bytes
/
settings.gradle
File metadata and controls
29 lines (25 loc) · 761 Bytes
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
pluginManagement {
repositories {
gradlePluginPortal()
maven {
name = 'MinecraftForge'
url = 'https://maven.minecraftforge.net/'
}
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.7.0'
}
dependencyResolutionManagement {
versionCatalogs {
libs {
library('null', 'org.jetbrains:annotations:24.1.0')
library('gson', 'com.google.code.gson:gson:2.10.1')
library('hamcrest', 'org.hamcrest:hamcrest-core:1.3')
library('assertj', 'org.assertj:assertj-core:3.25.3')
library('junit', 'junit:junit:4.12')
}
}
}
include 'ForgeFlower'
project(':ForgeFlower').buildFileName = 'TeamCityIsAnnoying'