Skip to content

Commit

Permalink
Push the refactor again. (#39)
Browse files Browse the repository at this point in the history
Sorry about that Dr. Marchini.
  • Loading branch information
Montana committed Nov 15, 2023
1 parent 4a50186 commit 24a1bd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions regenerateChaincode.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#/bin/sh
#!/bin/sh

set -e

rm -rf ../Obsidian/target/*
pushd ../Obsidian
mv src/test src/test_save
mv src/test src/test_save
mkdir src/test
sbt assembly
popd
Expand All @@ -15,7 +15,7 @@ pushd out/LightSwitch
cp $DIR/build.gradle .
pwd
#gradle --no-daemon -Dhttp.proxyHost=proxy-zsgov.external.lmco.com -Dhttp.proxyPort=80 -Dhttps.proxyHost=proxy-zsgov.external.lmco.com -Dhttps.proxyPort=80 clean getDeps build
gradle --no-daemon -Dhttp.proxyHost=proxy-zsgov.external.lmco.com -Dhttp.proxyPort=80 -Dhttps.proxyHost=proxy-zsgov.external.lmco.com -Dhttps.proxyPort=80 clean build shadowJar #-x checkstyleMain -x checkstyleTest
gradle --no-daemon -Dhttp.proxyHost=proxy-zsgov.external.lmco.com -Dhttp.proxyPort=80 -Dhttps.proxyHost=proxy-zsgov.external.lmco.com -Dhttps.proxyPort=80 clean build shadowJar #-x checkstyleMain -x checkstyleTest
pushd build/libs

java -classpath ./*.jar -jar fabric-chaincode-example-gradle-1.0-SNAPSHOT.jar

0 comments on commit 24a1bd3

Please sign in to comment.