Closed artem-zinnatullin closed 6 years ago
Uh nice
koptional/reactor/ReactorExtensionsSpec.kt: (21, 26): Calls to static methods in Java interfaces are prohibited in JVM target 1.6. Recompile with '-jvm-target 1.8'
@artem-zinnatullin, seems like we need to change the JVM target for the Reactor sub-module. See Podcast CI.
Now we compile reactor extension tests with jvmTarget 1.8
jvmTarget 1.8
Uh nice