Skip to content

Commit

Permalink
Release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
shroman committed Jan 28, 2023
1 parent 761429d commit 417809d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "io.github.shroman"
version = "1.0.2-SNAPSHOT"
version = "1.0.2"

repositories {
mavenCentral()
Expand All @@ -31,6 +31,9 @@ dependencies {
java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

withJavadocJar()
withSourcesJar()
}

tasks.withType<Test> {
Expand Down

0 comments on commit 417809d

Please sign in to comment.