| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8bb1ca7 commit 38df4c2
6 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ permissions: | |||
| 10 | 10 | ||
| 11 | 11 | jobs: | |
| 12 | 12 | release-tags: | |
| 13 | - uses: FalsePattern/fpgradle-workflows/.github/workflows/release-tags.yml@master | ||
| 13 | + uses: FalsePattern/fpgradle-workflows/.github/workflows/release-tags-2.yml@master | ||
| 14 | 14 | with: | |
| 15 | 15 | workspace: "setupCIWorkspace" | |
| 16 | 16 | secrets: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | plugins { | |
| 2 | - id("com.falsepattern.fpgradle-mc") version("4.0.1") | ||
| 2 | + id("com.falsepattern.fpgradle-mc") version "4.1.0" | ||
| 3 | 3 | } | |
| 4 | 4 | ||
| 5 | 5 | group = "com.falsepattern" | |
@@ -43,6 +43,7 @@ minecraft_fp { | |||
| 43 | 43 | } | |
| 44 | 44 | curseforge { | |
| 45 | 45 | projectId = "665627" | |
| 46 | + side = Both | ||
| 46 | 47 | } | |
| 47 | 48 | modrinth { | |
| 48 | 49 | projectId = "eGLBEILf" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,9 @@ | |||
| 1 | 1 | distributionBase=GRADLE_USER_HOME | |
| 2 | 2 | distributionPath=wrapper/dists | |
| 3 | - distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip | ||
| 3 | + distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip | ||
| 4 | 4 | networkTimeout=10000 | |
| 5 | + retries=0 | ||
| 6 | + retryBackOffMs=500 | ||
| 5 | 7 | validateDistributionUrl=true | |
| 6 | 8 | zipStoreBase=GRADLE_USER_HOME | |
| 7 | 9 | zipStorePath=wrapper/dists | |
| Back | FazBrowse Home | New Git URL |
0 commit comments