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 8864d49 commit 51ceeedCopy full SHA for 51ceeed
1 file changed
build.gradle.kts
@@ -1,15 +1,14 @@
1
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
2
3
plugins {
4
- `java-gradle-plugin`
5
`kotlin-dsl`
6
- `maven-publish`
7
alias(libs.plugins.spotless)
+ alias(libs.plugins.gradlePluginPublish)
8
}
9
10
group = "org.checkerframework"
11
12
-version = "1.0.0-SNAPSHOT"
+version = "1.0.0"
13
14
repositories { mavenCentral() }
15
0 commit comments