File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 7
7
"ignoreDeps" : [],
8
8
"labels" : [" Renovate" ],
9
9
"rebaseWhen" : " conflicted" ,
10
- "schedule" : [" on the first day of the month" ]
11
- }
10
+ "schedule" : [" on the first day of the month" ],
11
+ "baseBranches" : [" develop" ],
12
+ "assigneesFromCodeOwners" : true
13
+ }
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- master
6
+ - develop
6
7
jobs :
7
8
build :
8
9
# Run on all label events (won't be duplicated) or all push events or on PR syncs not from the same repo
26
27
./gradlew publish
27
28
env :
28
29
ELDO_USERNAME : " ${{ secrets.ELDO_USERNAME }}"
29
- ELDO_PASSWORD : " ${{ secrets.ELDO_PASSWORD }}"
30
- - name : Archive Artifacts
31
- uses : actions/upload-artifact@v4
32
- with :
33
- name : CloudNet Bootstrap Archive
34
- path : build/libs/application.jar
30
+ ELDO_PASSWORD : " ${{ secrets.ELDO_PASSWORD }}"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
}
8
8
9
9
group = " net.onelitefeather.microtus.cloudnet"
10
- version = " 1.1.0-SNAPSHOT "
10
+ version = " 1.1.1 "
11
11
12
12
repositories {
13
13
mavenCentral()
@@ -42,7 +42,7 @@ tasks {
42
42
43
43
publishData {
44
44
addBuildData()
45
- useEldoNexusRepos(false )
45
+ useEldoNexusRepos(true )
46
46
publishTask(" shadowJar" )
47
47
}
48
48
You can’t perform that action at this time.
0 commit comments