-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathsettings.gradle
More file actions
42 lines (38 loc) · 892 Bytes
/
settings.gradle
File metadata and controls
42 lines (38 loc) · 892 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
30
31
32
33
34
35
36
37
38
39
40
41
42
pluginManagement {
repositories {
mavenLocal()
maven {
url 'https://ldtteam.jfrog.io/artifactory/communi-suggestu-maven'
name 'Communi-Suggestu Maven'
}
maven {
url 'https://ldtteam.jfrog.io/artifactory/tableau'
name 'Tableau Maven'
}
gradlePluginPortal()
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
id 'com.communi-suggestu.placitum' version '0.0.30'
}
rootProject.name = "flatcoloredblocks"
platforms {
core(':core')
fabric(':fabric')
neoforge(':neoforge')
defaults {
java {
version = 21
}
project {
owner = "chisels-and-bits"
}
minecraft {
version = "1.21.1"
}
parchment {
version = "2024.11.13"
}
}
}