Skip to content

Commit

Permalink
Make alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed Aug 4, 2024
1 parent 014fdc6 commit 9548868
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
plugins {
`kotlin-dsl`
`java-gradle-plugin`
id("io.deepmedia.tools.deployer") version "0.14.0-alpha14"
id("io.deepmedia.tools.deployer") version "0.14.0-alpha1"
kotlin("plugin.serialization") version "1.9.23"
id("org.jetbrains.dokka") version "1.9.20"
}
Expand Down Expand Up @@ -33,7 +33,7 @@ gradlePlugin {
}

group = "io.deepmedia.tools.deployer"
version = "0.14.0-alpha16" // on change, update both docs and README
version = "0.14.0-alpha2" // on change, update both docs and README

val javadocs = tasks.register<Jar>("dokkaJavadocJar") {
dependsOn(tasks.dokkaJavadoc)
Expand Down Expand Up @@ -66,7 +66,7 @@ deployer {

// use "deployLocal" to deploy to local maven repository
localSpec {
directory.set(rootProject.layout.buildDirectory.get().dir("inspect"))
// directory.set(rootProject.layout.buildDirectory.get().dir("inspect"))
}

// use "deployNexus" to deploy to OSSRH / maven central
Expand Down

0 comments on commit 9548868

Please sign in to comment.