mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-05-18 23:39:29 -05:00
Publish Kotlin v0.5.3 after publishing JVM-only artifacts before.
This commit is contained in:
@@ -26,12 +26,15 @@ build:
|
||||
#
|
||||
# Version specifier lives in `lib/build.gradle.kts`.
|
||||
#
|
||||
# Artifacts are browsable on: https://repo.maven.apache.org/maven2/io/trailbase/
|
||||
#
|
||||
# NOTE: Only publishes, requires subsequent manual release on maven central.
|
||||
publish:
|
||||
./gradlew publishToMavenCentral
|
||||
|
||||
release:
|
||||
./gradlew publishKotlinMultiplatformPublicationToMavenCentralRepository
|
||||
./gradlew publishAllPublicationsToMavenCentralRepository
|
||||
|
||||
# Only releases non-multi-platform JVM artifacts.
|
||||
# release:
|
||||
# ./gradlew publishToMavenCentral
|
||||
|
||||
format:
|
||||
./gradlew spotlessApply
|
||||
|
||||
@@ -43,7 +43,7 @@ tasks { named<Test>("jvmTest") { useJUnitPlatform() } }
|
||||
|
||||
group = "io.trailbase"
|
||||
|
||||
version = "0.5.1"
|
||||
version = "0.5.3"
|
||||
|
||||
mavenPublishing {
|
||||
publishToMavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user