Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
language: java
jdk:
- oraclejdk8
- oraclejdk7
15 changes: 7 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,24 @@ if (project.hasProperty("signing")) {
}

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

repositories {
mavenLocal()
mavenCentral()
}

sourceCompatibility = JavaVersion.VERSION_1_6
sourceCompatibility = JavaVersion.VERSION_1_7
group = "oi.thekraken"
archivesBaseName = "grok"
version = '0.1.5'

dependencies {
compile "com.github.tony19:named-regexp:0.2.3"
compile "org.apache.commons:commons-lang3:3.1"
compile "com.google.code.gson:gson:2.2.2"
compile "org.slf4j:slf4j-api:1.7.5"
compile "com.github.tony19:named-regexp:0.2.4"
compile "org.apache.commons:commons-lang3:3.4"
compile "com.google.code.gson:gson:2.7"
compile "org.slf4j:slf4j-api:1.7.21"

testCompile group: 'junit', name: 'junit', version: '4.11'
testCompile group: 'junit', name: 'junit', version: '4.12'
}

2 changes: 1 addition & 1 deletion gradle/codeQuality.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ checkstyleReport << {
//
findbugs {
ignoreFailures = true
toolVersion = "2.0.1"
toolVersion = "3.0.1"
sourceSets = [sourceSets.main]
reportsDir = file("$project.buildDir/reports/findbugs")
effort = "max"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Aug 08 19:07:10 KST 2015
#Thu Sep 29 14:21:27 CDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-2.5-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-3.1-all.zip