Skip to content
Open
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
10 changes: 8 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ apply plugin: 'eclipse'
sourceCompatibility = 1.8
targetCompatibility = 1.8

wrapper {
gradleVersion = '4.10'
}

repositories {
mavenCentral()
}
Expand All @@ -25,8 +29,10 @@ dependencies {
'com.squareup.okhttp3:logging-interceptor:3.12.0',
'com.neovisionaries:nv-i18n:1.21',
'org.projectlombok:lombok:1.18.4',
'org.slf4j:slf4j-api:1.7.25'
testCompile 'org.spockframework:spock-core:1.2-groovy-2.5'
'org.slf4j:slf4j-api:1.7.25',
'javax.xml.bind:jaxb-api:2.3.0'

testCompile 'org.spockframework:spock-core:1.3-groovy-2.5'
}

task copyExtraLibs(type: Copy) {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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 May 31 10:23:36 PDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-bin.zip
51 changes: 31 additions & 20 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/test/resources/com/veem/test/testConfigAuth.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"clientId": "abc-7ZanKnVGBk",
"clientSecret": "2326d81a-ef02-4f6d-a94e-30cf3479430d",
"redirectUrl": "http://localhost.com",
"refreshToken" : "71176c8d-5f2b-4ec1-b1fd-bcb51d994088"
"refreshToken" : "9386a3bc-02b0-486a-b80f-21342ca0cbf2"
}