christophsturm
11/13/2018, 3:13 PM@since 9
annotation for example). or do i have to use 1.8 to build?hho
11/13/2018, 3:20 PM-jdk-home <path>
parameter.
Just using 1.8 is probably the easier way.christophsturm
11/13/2018, 3:22 PMInputStream.readAllBytes
vs InputStream.readBytes
)Nikky
11/13/2018, 3:38 PMjava {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
that should disallow 9+christophsturm
11/13/2018, 3:40 PM