Skip to content

Commit

Permalink
Merge pull request #121 from rwth-acis/develop
Browse files Browse the repository at this point in the history
Fix javadoc task
  • Loading branch information
AlexanderNeumann authored Dec 7, 2021
2 parents 9994b70 + 9c68b47 commit 38d5504
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webconnector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ sourceSets {
}
}

processResources {
dependsOn ":webconnector:buildFrontend"
}

// Copies files like .xml files into build directory
task copyTest(type: Copy) {
from "src/test/java"
Expand Down

0 comments on commit 38d5504

Please sign in to comment.