Skip to content

Commit

Permalink
Fixed javadoc errors (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthvikm authored Mar 13, 2024
1 parent 93b426e commit 0b2c4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pi4micronaut-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'io.github.oss-slu'
version = '1.0'
version = 'v1.0'

apply plugin: 'maven-publish'
apply plugin: 'signing'
Expand Down Expand Up @@ -35,7 +35,7 @@ java {
targetCompatibility = JavaVersion.toVersion("17")
}

tasks.build.dependsOn {tasks.javadoc; tasks.shadowJar}
tasks.build.dependsOn tasks.shadowJar

tasks.named('build').configure {
dependsOn 'javadoc'
Expand Down

0 comments on commit 0b2c4e5

Please sign in to comment.