fixed version

This commit is contained in:
Sergey Chernov 2026-03-12 21:10:24 +03:00
parent 8b5e6ee993
commit 62dc501657
2 changed files with 6 additions and 7 deletions

View File

@ -20,13 +20,12 @@
set -e
echo "publishing all artifacts"
echo
./gradlew publishToMavenLocal
./gradlew publish
./gradlew publishToMavenLocal publish buildInstallablePlugin
echo
echo "Creating plugin"
echo
./gradlew buildInstallablePlugin
#echo
#echo "Creating plugin"
#echo
#./gradlew buildInstallablePlugin
echo
echo "building CLI tools"

View File

@ -21,7 +21,7 @@ import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
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