Skip to content

Commit

Permalink
Reducing logging a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Sep 18, 2018
1 parent 4485aed commit a457899
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply from: project.buildscript.classLoader.getResource('release.gradle').toURI(


dependencies {
compile 'se.bjurr.violations:violation-comments-lib:1.66'
compile 'se.bjurr.violations:violation-comments-lib:1.67'
compile 'org.gitlab:java-gitlab-api:4.0.0'
testCompile 'junit:junit:4.12'
testCompile 'org.assertj:assertj-core:2.3.0'
Expand Down
5 changes: 5 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
./gradlew release || exit 1
./build.sh
git commit -a --amend --no-edit
git push -f

0 comments on commit a457899

Please sign in to comment.