Skip to content

Commit

Permalink
Gradle 5
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jun 12, 2019
1 parent 4707656 commit 41188ff
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
sudo: false
language: java
jdk:
- oraclejdk8
- openjdk8
- openjdk11
script:
- ./build.sh
after_script:
- find -name TEST* -exec cat {} \;
notifications:
email: false
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

Changelog of Violation comments to gitlab lib.

## Unreleased
### No issue

**doc**


[4707656a41641bb](https://github.com/tomasbjerre/violation-comments-to-gitlab-lib/commit/4707656a41641bb) Tomas Bjerre *2019-06-01 13:20:43*


## 1.76
### No issue

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.github.tomasbjerre:gradle-scripts:master-SNAPSHOT'
classpath 'com.github.tomasbjerre:gradle-scripts:gradle5-SNAPSHOT'
}
}
apply from: project.buildscript.classLoader.getResource('java.gradle').toURI()
Expand Down
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Tue Sep 18 11:29:50 CEST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip

0 comments on commit 41188ff

Please sign in to comment.