RobWin / assertj-swagger

A Swagger assertj test library which compares a contract-first Swagger YAML/JSON file with a code-first Swagger JSON
Apache License 2.0
171 stars 44 forks source link

assert-core library upgrade #18

Closed aamalio closed 7 years ago

aamalio commented 7 years ago

Hi, I 've upgraded the library for the assertj-core library.

RobWin commented 7 years ago

Hi, build failed. Assertj has non backward compatible changes.

aamalio commented 7 years ago

Hi I can build it without any problem. Pls try to compile it with Java 8 (java version "1.8.0_131") It should help. `./gradlew`` clean build [buildinfo] Not using buildInfo properties file for this build. :clean :compileJava warning: [options] bootstrap class path not set in conjunction with -source 1.7 1 warning :processResources UP-TO-DATE :classes :jar :javadoc :javadocJar :sourcesJar :assemble :compileTestJava warning: [options] bootstrap class path not set in conjunction with -source 1.7 1 warning :processTestResources :testClasses :test objc[2048]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/bin/java (0x10aa5f4c0) and /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre/lib/libinstrument.dylib (0x10ab274e0). One of the two will be used. Which one is undefined. :check :build

BUILD SUCCESSFUL

Total time: 19.02 secs Adams-MacBook-Pro:assertj-swagger adam$ `