File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ import static org.gradle.api.JavaVersion.VERSION_1_7
2+
13apply plugin : ' java'
24apply plugin : ' groovy'
35apply from : script(' integrationTest' )
46
57description = ' Bol.com OpenAPI v4 HTTP Client'
68
9+ targetCompatibility = VERSION_1_7
10+ sourceCompatibility = VERSION_1_7
11+
712dependencies {
813 compile project(' :schema' )
914 compile libraries. feign
Original file line number Diff line number Diff line change 1+ import static org.gradle.api.JavaVersion.VERSION_1_7
2+
13apply plugin : ' java'
24apply plugin : ' groovy'
35apply from : script(' integrationTest' )
46
57description = ' Bol.com OpenAPI v4 client'
68
9+ targetCompatibility = VERSION_1_7
10+ sourceCompatibility = VERSION_1_7
11+
712dependencies {
813 compile project(' :api' )
914
Original file line number Diff line number Diff line change 1+ import static org.gradle.api.JavaVersion.VERSION_1_7
2+
13apply from : script(' jaxb' )
24apply plugin : ' groovy'
35
46description = ' OpenAPI v4 Schema'
57
8+ targetCompatibility = VERSION_1_7
9+ sourceCompatibility = VERSION_1_7
10+
611dependencies {
712 testCompile libraries. spock
813 testCompile libraries. hamcrest
You can’t perform that action at this time.
0 commit comments