Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Mar 21, 2021
1 parent c35074f commit 5f757d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

subprojects {
group = "dev.icerock.tools"
version = "0.2.0-SNAPSHOT"
version = "0.1.1"

apply(plugin = "org.jetbrains.kotlin.jvm")
}
4 changes: 2 additions & 2 deletions install-shaper.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
mkdir -p ~/.shaper && \
cd ~/.shaper && \
curl -L -s "https://github.com/icerockdev/shaper/releases/download/release%2F0.1.0/shaper-cli-0.1.0.zip" > cli.zip && \
curl -L -s "https://github.com/icerockdev/shaper/releases/download/release%2F0.1.1/shaper-cli-0.1.1.zip" > cli.zip && \
unzip -q cli.zip && \
rm cli.zip && \
rm -rf shaper-cli || true && \
mv shaper-cli-0.1.0 shaper-cli && \
mv shaper-cli-0.1.1 shaper-cli && \
echo "repositories:" > config.yaml && \
echo 'To complete setup add into your environments: export PATH=~/.shaper/shaper-cli/bin:$PATH'
echo 'After it you can call shaper by command: shaper-cli -i <input yaml> -o <output dir>'
2 changes: 1 addition & 1 deletion run-cli-sample.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
./gradlew build
cd samples
java -jar ../shaper-cli/build/libs/shaper-cli-0.1.0-SNAPSHOT.jar -i $1.yaml -o $1-out
java -jar ../shaper-cli/build/libs/shaper-cli-0.1.1-SNAPSHOT.jar -i $1.yaml -o $1-out

0 comments on commit 5f757d3

Please sign in to comment.