Skip to content

Commit 14362a0

Browse files
feature: Prepare next release (#43)
* Update Gradle to v9.2.0 (#37) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency net.onelitefeather:mycelium-bom to v1.5.2 (#38) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update Gradle to v9.2.1 (#39) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update actions/checkout action to v6 * Update dependency net.onelitefeather:mycelium-bom to v1.5.3 (#41) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency net.onelitefeather:mycelium-bom to v1.6.0 (#42) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(build): update version to 0.8.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 parents 37d63c1 + 5e78ff2 commit 14362a0

7 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: [ubuntu-latest, windows-latest, macos-latest]
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
- name: Setup Java
1818
uses: actions/setup-java@v5
1919
with:

.github/workflows/main-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [ubuntu-latest, windows-latest, macos-latest]
1919
steps:
2020
- name: Checkout Repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
- name: Validate Gradle Wrapper
2323
uses: gradle/actions/wrapper-validation@v5
2424
- name: Setup Java

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
ONELITEFEATHER_MAVEN_PASSWORD: ${{ secrets.ONELITEFEATHER_MAVEN_PASSWORD }}
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
- name: Set up JDK 21
1717
uses: actions/setup-java@v5
1818
with:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "net.onelitefeather"
8-
version = "0.7.0"
8+
version = "0.8.0"
99

1010
java {
1111
toolchain {

gradle/wrapper/gradle-wrapper.jar

176 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencyResolutionManagement {
2222
versionCatalogs {
2323
create("libs") {
2424
version("aves", "1.12.0")
25-
version("bom", "1.5.0")
25+
version("bom", "1.6.0")
2626

2727
library("mycelium.bom", "net.onelitefeather", "mycelium-bom").versionRef("bom")
2828
library("minestom","net.minestom", "minestom").withoutVersion()

0 commit comments

Comments
 (0)