Skip to content

Commit

Permalink
Revert "Build optimizations (#4579)"
Browse files Browse the repository at this point in the history
This reverts commit 5ad41e4.
  • Loading branch information
pditommaso committed Dec 20, 2023
1 parent 1c4f0e4 commit 03eaa4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ compile:
@echo "DONE `date`"

assemble:
./gradlew buildInfo compile assemble
./gradlew compile assemble

check:
./gradlew check
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ task buildInfo { doLast {
* Compile sources and copies all libs to target directory
*/
task compile {
dependsOn buildInfo
dependsOn allprojects.classes
}

Expand Down

0 comments on commit 03eaa4e

Please sign in to comment.