Skip to content

Commit 51ceeed

Browse files
committed
Update for publishing.
1 parent 8864d49 commit 51ceeed

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
import org.gradle.api.tasks.testing.logging.TestExceptionFormat
22

33
plugins {
4-
`java-gradle-plugin`
54
`kotlin-dsl`
6-
`maven-publish`
75
alias(libs.plugins.spotless)
6+
alias(libs.plugins.gradlePluginPublish)
87
}
98

109
group = "org.checkerframework"
1110

12-
version = "1.0.0-SNAPSHOT"
11+
version = "1.0.0"
1312

1413
repositories { mavenCentral() }
1514

0 commit comments

Comments
 (0)