Skip to content

Commit ce9d84b

Browse files
authored
Merge pull request #11 from lokspel/main
Compile project
2 parents e32fdc5 + 292231a commit ce9d84b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build and upload jar
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [ main ]
67
pull_request:
@@ -26,8 +27,8 @@ jobs:
2627
arguments: build test --stacktrace --scan
2728

2829
- name: Upload Build
29-
uses: actions/upload-artifact@v3.1.3
30+
uses: actions/upload-artifact@v4
3031
with:
3132
name: BetterWorldStats
3233
path: build/libs/BetterWorldStats*.jar
33-
if-no-files-found: error
34+
if-no-files-found: error

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ description = "Show stats about server age, map size and unique player joins on
1111
repositories {
1212
mavenCentral()
1313

14-
maven("https://papermc.io/repo/repository/maven-public/") {
14+
maven("https://repo.papermc.io/repository/maven-public/") {
1515
name = "papermc"
1616
}
1717

18-
maven("https://ci.pluginwiki.us/plugin/repository/everything/") {
18+
maven("https://repo.bsdevelopment.org/releases") {
1919
name = "configmaster-repo"
2020
}
2121

@@ -43,7 +43,7 @@ dependencies {
4343
implementation("org.bstats:bstats-bukkit:3.0.2")
4444
implementation("space.arim.morepaperlib:morepaperlib:0.4.3")
4545
implementation("com.github.ben-manes.caffeine:caffeine:2.9.3") // 2.X for Java 8 targets
46-
implementation("com.github.thatsmusic99:ConfigurationMaster-API:v2.0.0-rc.1")
46+
implementation("com.github.thatsmusic99:ConfigurationMaster-API:v2.0.0-rc.3")
4747
}
4848

4949
runPaper.folia.registerTask();

0 commit comments

Comments
 (0)