Skip to content

Commit

Permalink
Use text instead of variable to help Renovate with Quarkus updates
Browse files Browse the repository at this point in the history
  • Loading branch information
clementguillot committed Feb 18, 2024
1 parent d33194c commit 084f470
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
javaVersion=21
kotlinVersion=1.9.22
## Core SDK versions
quarkusPluginId=io.quarkus
quarkusPluginVersion=3.6.7
quarkusPlatformGroupId=io.quarkus.platform
quarkusPlatformArtifactId=quarkus-bom
Expand Down
3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pluginManagement {
val quarkusPluginVersion: String by settings
val quarkusPluginId: String by settings
val kotlinVersion: String by settings
val jnxplusGradlePluginVersion: String by settings
val spotlessVersion: String by settings
Expand All @@ -10,7 +9,7 @@ pluginManagement {
mavenLocal()
}
plugins {
id(quarkusPluginId) version quarkusPluginVersion
id("io.quarkus") version quarkusPluginVersion
id("org.jetbrains.kotlin.jvm") version kotlinVersion
id("org.jetbrains.kotlin.plugin.allopen") version kotlinVersion
id("org.jetbrains.kotlin.plugin.noarg") version kotlinVersion
Expand Down

0 comments on commit 084f470

Please sign in to comment.