Skip to content

Commit

Permalink
Fix maven publication and upgrade version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
p4skal committed Dec 19, 2023
1 parent c6029df commit 2bf7ae4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ plugins {
group = "io.hawk"

allprojects {
version = "1.0.1"
version = "1.0.2"
}
4 changes: 2 additions & 2 deletions hawk-dlp-integration/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ tasks.withType<KotlinCompile> {
}
}

tasks.withType<Test> {
useJUnitPlatform()
tasks.bootJar {
enabled = false
}

0 comments on commit 2bf7ae4

Please sign in to comment.