Skip to content
Snippets Groups Projects

Fix gradle methods to actually first build frontend

2 files
+ 20
13
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -2,4 +2,4 @@ image: gradle:4.7-jdk8
backend:
script:
gradle check
gradle check -Ddownload-node=true
Loading