We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e94dc commit f9cee06Copy full SHA for f9cee06
.github/workflows/ci.yml
@@ -9,6 +9,11 @@ jobs:
9
steps:
10
- name: Git Checkout
11
uses: actions/checkout@v4
12
+ - name: Setup Java
13
+ uses: actions/setup-java@v4
14
+ with:
15
+ java-version: 11
16
+ distribution: 'zulu'
17
- name: Generate Dependency Updates Report
18
run: ./gradlew clean dependencyUpdates
19
- name: Code formatting
settings.gradle
@@ -1,3 +1,10 @@
1
+pluginManagement {
2
+ repositories {
3
+ gradlePluginPortal()
4
+ mavenCentral()
5
+ }
6
+}
7
+
8
/*
* This settings file was generated by the Gradle 'init' task.
*
0 commit comments