This commit is contained in:
2026-02-15 14:06:35 +01:00
parent c961342462
commit 2679f688d5
8 changed files with 53 additions and 67 deletions

View File

@@ -2,7 +2,7 @@ import com.infendro.plugin.infendro
import com.infendro.plugin.token
group = "com.infendro"
version = "1.0.0"
version = "1.1.0"
plugins {
alias(libs.plugins.infendro)
@@ -13,9 +13,11 @@ plugins {
kotlin {
jvm()
linuxX64()
js {
nodejs()
}
linuxArm64()
mingwX64()
macosX64()
macosArm64()
js { nodejs() }
repositories {
mavenCentral()