Version 1.1.3
- Add check on references
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import org.gradle.model.internal.core.ModelNodes.withType
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "2.0.21"
|
||||
kotlin("jvm") version "2.1.0"
|
||||
`maven-publish`
|
||||
signing
|
||||
id("org.jetbrains.dokka") version "1.5.31"
|
||||
}
|
||||
|
||||
group = "nl.astraeus"
|
||||
version = "1.1.3-SNAPSHOT"
|
||||
version = "1.1.3"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user