Skip to content

Commit

Permalink
donkeydunkeydoo
Browse files Browse the repository at this point in the history
  • Loading branch information
jj committed Jun 6, 2019
1 parent 14b2f19 commit 263d55b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
id 'war'
id 'org.springframework.boot' version '2.0.0.RELEASE'
id 'com.gorylenko.gradle-git-properties' version '1.4.21'
id 'net.researchgate.release' version '2.6.0'
id 'io.franzbecker.gradle-lombok' version '1.13'
id 'com.palantir.docker' version '0.20.1'
id 'com.palantir.docker-run' version '0.20.1'
Expand Down
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
plugins {
id 'base'
id 'net.researchgate.release' version '2.6.0'
}

task wrapper(type: Wrapper) {
gradleVersion = '4.8.1'
}

0 comments on commit 263d55b

Please sign in to comment.