Skip to content

Commit

Permalink
test gh-action signing
Browse files Browse the repository at this point in the history
  • Loading branch information
SMILEY4 committed Jan 5, 2024
1 parent b224fa4 commit a79a6e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import Build_gradle.Meta.description
import Build_gradle.Meta.name
import Build_gradle.Meta.version
import com.vanniktech.maven.publish.SonatypeHost
import io.gitlab.arturbosch.detekt.Detekt

object Meta {
const val groupId = "io.github.smiley4"
const val artifactId = "ktor-swagger-ui"
const val version = "2.7.3-SNAPSHOT"
const val version = "2.7.3-test1"
const val name = "Ktor Swagger-UI"
const val description = "Ktor plugin to document routes and provide Swagger UI"
const val licenseName = "The Apache License, Version 2.0"
Expand Down

0 comments on commit a79a6e6

Please sign in to comment.