File tree Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 33
33
- name : Setup Gradle
34
34
uses : gradle/actions/setup-gradle@v4
35
35
36
- - name : Clone and build Nova 0.17
37
- run : |
38
- git clone https://github.com/xenondevs/Nova.git
39
- cd Nova
40
- git checkout ver/0.17
41
- ./gradlew publishToMavenLocal
42
-
43
36
- name : Build NadBlocks
44
37
run : |
45
38
chmod +x gradlew
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ plugins {
11
11
}
12
12
13
13
repositories {
14
- mavenLocal()
15
14
mavenCentral()
16
15
maven(" https://papermc.io/repo/repository/maven-public/" )
17
16
maven(" https://repo.xenondevs.xyz/releases" )
Original file line number Diff line number Diff line change @@ -2,21 +2,19 @@ rootProject.name = "nadblocks" // TODO: Change this to your addon id
2
2
3
3
dependencyResolutionManagement {
4
4
repositories {
5
- mavenLocal()
6
5
mavenCentral()
7
6
maven(" https://papermc.io/repo/repository/maven-public/" )
8
7
maven(" https://repo.xenondevs.xyz/releases/" )
9
8
}
10
9
versionCatalogs {
11
10
create(" libs" ) {
12
- from(" xyz.xenondevs.nova:catalog:0.17-SNAPSHOT " ) // TODO: change this when updating to a newer Nova version
11
+ from(" xyz.xenondevs.nova:catalog:0.17-alpha.1 " ) // TODO: change this when updating to a newer Nova version
13
12
}
14
13
}
15
14
}
16
15
17
16
pluginManagement {
18
17
repositories {
19
- mavenLocal()
20
18
gradlePluginPortal()
21
19
mavenCentral()
22
20
maven(" https://papermc.io/repo/repository/maven-public/" )
You can’t perform that action at this time.
0 commit comments