Add encryption option
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import org.gradle.model.internal.core.ModelNodes.withType
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "2.0.0-RC2"
|
||||
kotlin("jvm") version "2.0.0"
|
||||
id("maven-publish")
|
||||
id("signing")
|
||||
}
|
||||
|
||||
group = "nl.astraeus"
|
||||
version = "1.0.0-SNAPSHOT"
|
||||
version = "1.1.2-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user