We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5644172 commit 341d530Copy full SHA for 341d530
3 files changed
.github/workflows/prettier.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Run Prettier
17
id: prettier-run
18
- uses: rutajdash/prettier-cli-action@v1.0.0
+ uses: rutajdash/prettier-cli-action@v1.0.2
19
with:
20
config_path: ./.prettierrc.yml
21
code/gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-indra = "3.1.3"
+indra = "3.2.0"
3
4
cloud = "2.0.0"
5
cloudMinecraft = "2.0.0-beta.10"
code/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments