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 d858116 commit 430f5e7Copy full SHA for 430f5e7
.github/workflows/.ci_test_and_publish.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/setup-java@v2
21
with:
22
distribution: zulu
23
- java-version: 11
+ java-version: 17
24
25
- name: Upload Artifacts
26
run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-daemon --no-parallel
build.gradle.kts
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin
3
import org.jetbrains.kotlin.gradle.targets.js.npm.tasks.KotlinNpmInstallTask
4
5
plugins {
6
- id("org.jlleitschuh.gradle.ktlint") version "11.0.0"
+ id("org.jlleitschuh.gradle.ktlint") version libs.versions.ktlintGradle.get()
7
id("com.diffplug.spotless") version "6.4.1"
8
}
9
0 commit comments