
Facilitates writing GitHub actions, enabling automation workflows with customizable scripts. Integrated with Maven Central for easy installation and supports seamless project development and build management.
Write GitHub actions in Kotlin.
This package is uploaded to mavenCentral.
// settings.gradle.kts
pluginManagement {
repositories {
mavenCentral()
}
}
// build.gradle.kts
plugins {
id("app.softwork.kotlin.actions") version "LATEST"
}rm -f kotlin-js-store/package-lock.json && ./gradlew clean kotlinUpgradePackageLock build
rm -f integration-test/kotlin-js-store/package-lock.json && ./gradlew clean kotlinUpgradePackageLock copyActionpostDist copyActionmainDist build -pintegration-testWrite GitHub actions in Kotlin.
This package is uploaded to mavenCentral.
// settings.gradle.kts
pluginManagement {
repositories {
mavenCentral()
}
}
// build.gradle.kts
plugins {
id("app.softwork.kotlin.actions") version "LATEST"
}rm -f kotlin-js-store/package-lock.json && ./gradlew clean kotlinUpgradePackageLock build
rm -f integration-test/kotlin-js-store/package-lock.json && ./gradlew clean kotlinUpgradePackageLock copyActionpostDist copyActionmainDist build -pintegration-test