Przemek Bielicki
09/01/2023, 8:38 AM> Could not find org.wiremock:wiremock-jre8:3.0.0.
Searched in the following locations:
- <https://repo.maven.apache.org/maven2/org/wiremock/wiremock-jre8/3.0.0/wiremock-jre8-3.0.0.pom>
https://scans.gradle.com/s/ggblm73itocgo/failure#1
🧵wiremock-jre8
completely.build.gradle.kts
:
plugins {
java
}
repositories {
mavenCentral()
}
dependencies {
implementation("com.github.tomakehurst:wiremock-jre8:3.0.0")
}
+ empty Java class file inside /src/main/java
and then run ./gradlew build
Lee Turner
09/01/2023, 8:48 AMBreaking changes - Java 8 is no longer supported, WireMock will NOT work on this version anymoreThat is perhaps why the
jre8
artifact isn’t there for version 3Przemek Bielicki
09/01/2023, 9:07 AMOleg Nenashev
09/01/2023, 9:19 AMTom
09/01/2023, 2:12 PMjre8
tombstones too.Oleg Nenashev
09/01/2023, 2:40 PMHmmm..yeah, I think we should have put artifact ID relocations in theIt was in the project I shared but likely gone missing 🙂tombstones too.jre8
Tom
09/01/2023, 2:43 PMOleg Nenashev
09/01/2023, 3:24 PMTom
09/01/2023, 4:22 PM