Skip to content

Commit 1d69e87

Browse files
authored
Merge pull request #26 from OneLiteFeatherNET/develop
Release 1.1.1
2 parents c9957fc + affbd9c commit 1d69e87

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

.github/renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
"ignoreDeps": [],
88
"labels": ["Renovate"],
99
"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+
}

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- master
6+
- develop
67
jobs:
78
build:
89
# Run on all label events (won't be duplicated) or all push events or on PR syncs not from the same repo
@@ -26,9 +27,4 @@ jobs:
2627
./gradlew publish
2728
env:
2829
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 }}"

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "net.onelitefeather.microtus.cloudnet"
10-
version = "1.1.0-SNAPSHOT"
10+
version = "1.1.1"
1111

1212
repositories {
1313
mavenCentral()
@@ -42,7 +42,7 @@ tasks {
4242

4343
publishData {
4444
addBuildData()
45-
useEldoNexusRepos(false)
45+
useEldoNexusRepos(true)
4646
publishTask("shadowJar")
4747
}
4848

0 commit comments

Comments
 (0)