Skip to content

Commit

Permalink
refs #573611 recent versions don't have the mentioned problem anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Feb 25, 2019
1 parent a1d8057 commit 4ee3884
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ buildscript {
jcenter()
}
dependencies {
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:3.1.1'
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.9.3'
}
}

plugins {
id 'com.github.kt3k.coveralls' version '2.8.1'
id 'com.github.kt3k.coveralls' version '2.8.2'
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion commons.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
*
* Copyright 2011-2017 Martin Goellnitz
* Copyright 2011-2019 Martin Goellnitz
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand Down

0 comments on commit 4ee3884

Please sign in to comment.