Skip to content

Commit

Permalink
refactor: Restructure Gradle projects
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Jul 13, 2023
1 parent c6e9e1c commit a0d0346
Show file tree
Hide file tree
Showing 897 changed files with 30 additions and 22 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ allprojects {
}
}

configure(allprojects.findAll {it.path.startsWith "$fcliModulePathPrefix"}) {
apply from: "${sharedGradleScriptsDir}/module.gradle"
}
task clean(type: Delete) {
delete "build"
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions fcli-core/fcli-config/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apply from: "${sharedGradleScriptsDir}/fcli-module.gradle"
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
apply from: "${sharedGradleScriptsDir}/fcli-module.gradle"

dependencies {
implementation 'javax.validation:validation-api'
}
Loading

0 comments on commit a0d0346

Please sign in to comment.