Skip to content

Commit f9cee06

Browse files
fix: github ci
1 parent 64e94dc commit f9cee06

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ jobs:
99
steps:
1010
- name: Git Checkout
1111
uses: actions/checkout@v4
12+
- name: Setup Java
13+
uses: actions/setup-java@v4
14+
with:
15+
java-version: 11
16+
distribution: 'zulu'
1217
- name: Generate Dependency Updates Report
1318
run: ./gradlew clean dependencyUpdates
1419
- name: Code formatting

settings.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
pluginManagement {
2+
repositories {
3+
gradlePluginPortal()
4+
mavenCentral()
5+
}
6+
}
7+
18
/*
29
* This settings file was generated by the Gradle 'init' task.
310
*

0 commit comments

Comments
 (0)