+5
-5
lines changedFilter options
+5
-5
lines changed Original file line number Diff line number Diff line change
@@ -40,6 +40,11 @@ mvn dependency:build-classpath -DincludeScope=test -Dmdep.outputFile=classpath.t
40
40
<exclude-pattern>.*/build/generated-sources/.*</exclude-pattern>
41
41
42
42
<build-command><![CDATA[#!/usr/bin/env bash
43
+
## Skip gradle execution
44
+
if test -e classpath.txt; then
45
+
exit
46
+
fi
47
+
43
48
set -e
44
49
45
50
# Make sure to use java11. This is already installed by build.sh
@@ -129,11 +134,6 @@ index 6021fa574d..15d29ed699 100644
129
134
EOF
130
135
) | patch --strip=1
131
136
132
-
## Skip gradle execution
133
-
if test -e classpath.txt; then
134
-
exit
135
-
fi
136
-
137
137
./gradlew --console=plain --build-cache --no-daemon --max-workers=4 build testClasses -x test -x javadoc -x api -x asciidoctor -x asciidoctorPdf
138
138
./gradlew --console=plain --build-cache --no-daemon --max-workers=4 createSquishClasspath -q > classpath.txt
139
139
]]></build-command>
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4