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 d04022f commit a25dba6Copy full SHA for a25dba6
plugin/settings.gradle.kts
@@ -6,7 +6,7 @@ pluginManagement {
6
// every release
7
id("org.jlleitschuh.gradle.ktlint") version "latest.release"
8
id("org.jetbrains.kotlin.jvm") version "2.1.20"
9
- id("com.gradle.plugin-publish") version "0.15.0"
+ id("com.gradle.plugin-publish") version "1.3.1"
10
`java-gradle-plugin`
11
id("com.github.johnrengelman.shadow") version "7.0.0"
12
id("com.github.breadmoirai.github-release") version "2.5.2"
0 commit comments