fixed version
This commit is contained in:
parent
8b5e6ee993
commit
62dc501657
@ -20,13 +20,12 @@
|
|||||||
set -e
|
set -e
|
||||||
echo "publishing all artifacts"
|
echo "publishing all artifacts"
|
||||||
echo
|
echo
|
||||||
./gradlew publishToMavenLocal
|
./gradlew publishToMavenLocal publish buildInstallablePlugin
|
||||||
./gradlew publish
|
|
||||||
|
|
||||||
echo
|
#echo
|
||||||
echo "Creating plugin"
|
#echo "Creating plugin"
|
||||||
echo
|
#echo
|
||||||
./gradlew buildInstallablePlugin
|
#./gradlew buildInstallablePlugin
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "building CLI tools"
|
echo "building CLI tools"
|
||||||
|
|||||||
@ -21,7 +21,7 @@ import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
|
|||||||
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
||||||
|
|
||||||
group = "net.sergeych"
|
group = "net.sergeych"
|
||||||
version = "1.5.1-SNAPSHOT"
|
version = "1.5.0-SNAPSHOT"
|
||||||
|
|
||||||
// Removed legacy buildscript classpath declarations; plugins are applied via the plugins DSL below
|
// Removed legacy buildscript classpath declarations; plugins are applied via the plugins DSL below
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user