Skip to content

Commit

Permalink
fix(build): missing dependsOn for gradle 8
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo authored and Skraye committed Mar 14, 2023
1 parent 05cd340 commit f4e378c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ subprojects {
}

task sourcesJar(type: Jar) {
dependsOn = [':core:copyGradleProperties']
dependsOn = [':ui:assembleFrontend']
archiveClassifier.set('sources')
from sourceSets.main.allSource
}
Expand Down

0 comments on commit f4e378c

Please sign in to comment.