We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b5150 commit 9cef054Copy full SHA for 9cef054
scripts/s101.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+
3
+./gradlew jar
4
+mkdir -p build/s101 && cd $_
5
+rm *.jar
6
+find ../../ -name '*-SNAPSHOT.jar' | grep -v samples | grep -v itest | xargs -I{} cp {} .
0 commit comments