mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-06-15 21:04:14 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ed85dfd17 | |||
| 1025ae6787 | |||
| 94b4bfde8f | |||
| 3f1de03514 |
@@ -1,8 +1,10 @@
|
|||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: gradle
|
- package-ecosystem: gradle
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
time: "11:00"
|
time: "11:00"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "io.papermc.paper:paper-api"
|
||||||
+1
-1
@@ -15,7 +15,7 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("io.papermc.paper:paper-api:26.1.1.build.+")
|
compileOnly("io.papermc.paper:paper-api:26.1.1.build.+")
|
||||||
compileOnly("dev.rosewood:rosestacker:1.5.39")
|
compileOnly("dev.rosewood:rosestacker:1.5.40")
|
||||||
compileOnly("com.github.hyperdefined:hyperlib:1.0.14:all")
|
compileOnly("com.github.hyperdefined:hyperlib:1.0.14:all")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
retries=0
|
retries=0
|
||||||
retryBackOffMs=500
|
retryBackOffMs=500
|
||||||
|
|||||||
Reference in New Issue
Block a user