Skip to content

Commit

Permalink
Cleanup build.gradle.kts
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Mulders <[email protected]>
  • Loading branch information
gmulders committed Jan 9, 2025
1 parent aefb805 commit 209e103
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions measure/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
}

group = "com.alliander"
version = "1.3"
version = "1.3.0"

repositories {
mavenCentral()
Expand All @@ -44,14 +44,8 @@ kotlin {
java {
// We add both the sources and the javadoc jar.
withSourcesJar()
// withJavadocJar()
}

//// This task is added by Gradle when we use java.withJavadocJar()
//val javadocJar = tasks.named<Jar>("javadocJar") {
// from(tasks.named<DokkaTask>("dokkaHtml"))
//}

tasks.withType<Test> {
useJUnitPlatform()
}
Expand Down

0 comments on commit 209e103

Please sign in to comment.