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 4961447 commit c3f9c3dCopy full SHA for c3f9c3d
build.gradle.kts
@@ -1,5 +1,4 @@
1
import com.vanniktech.maven.publish.MavenPublishBaseExtension
2
-import java.net.URI
3
4
plugins {
5
alias(libs.plugins.kotlin.jvm)
@@ -32,7 +31,7 @@ configure<MavenPublishBaseExtension> {
32
31
publishToMavenCentral(automaticRelease = false)
33
34
coordinates(
35
- "org.http4k",
+ "org.http4k.standards",
36
project.name,
37
project.properties["releaseVersion"]?.toString() ?: "LOCAL"
38
)
settings.gradle.kts
@@ -0,0 +1,8 @@
+rootProject.name = "typeflows"
+
+pluginManagement {
+ repositories {
+ gradlePluginPortal()
6
+ mavenCentral()
7
+ }
8
+}
0 commit comments