Skip to content

Commit

Permalink
Redo changes I managed to boggle with poor git skills
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinRay97 committed Aug 2, 2022
1 parent dd1b396 commit a579dcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions devtools/gradle/gradle-model/build.gradle
@@ -1,6 +1,6 @@
dependencies {
implementation "io.quarkus:quarkus-core-deployment:${version}"
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.7.10"
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin-api:${kotlin_version}"
testImplementation "io.quarkus:quarkus-devtools-testing:${version}"
}

Expand Down Expand Up @@ -28,4 +28,4 @@ publishing {
from components.java
}
}
}
}
3 changes: 2 additions & 1 deletion devtools/gradle/gradle.properties
@@ -1 +1,2 @@
version = 999-SNAPSHOT
version = 999-SNAPSHOT
kotlin_version = 1.7.10

0 comments on commit a579dcf

Please sign in to comment.