Skip to content

Commit c3f9c3d

Browse files
committed
Update name of project
1 parent 4961447 commit c3f9c3d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import com.vanniktech.maven.publish.MavenPublishBaseExtension
2-
import java.net.URI
32

43
plugins {
54
alias(libs.plugins.kotlin.jvm)
@@ -32,7 +31,7 @@ configure<MavenPublishBaseExtension> {
3231
publishToMavenCentral(automaticRelease = false)
3332

3433
coordinates(
35-
"org.http4k",
34+
"org.http4k.standards",
3635
project.name,
3736
project.properties["releaseVersion"]?.toString() ?: "LOCAL"
3837
)

settings.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
rootProject.name = "typeflows"
2+
3+
pluginManagement {
4+
repositories {
5+
gradlePluginPortal()
6+
mavenCentral()
7+
}
8+
}

0 commit comments

Comments
 (0)