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 40fe75b commit b62a5c8Copy full SHA for b62a5c8
model-api-gen-gradle-test/build.gradle.kts
@@ -22,7 +22,7 @@ repositories {
22
}
23
24
plugins {
25
- kotlin("jvm") version "1.8.20"
+ alias(libs.plugins.kotlin.jvm)
26
id("base")
27
id("org.modelix.model-api-gen")
28
id("com.github.node-gradle.node") version "3.4.0"
0 commit comments