Slackbot
03/23/2023, 7:55 PMephemient
03/23/2023, 8:03 PMfoo
that only works on Java 17+, and some other module bar
that uses foo
, and you're expecting some way to run bar
on Java 8?Vampire
03/23/2023, 8:37 PMVampire
03/23/2023, 8:38 PMJ.T. McQuigg
03/23/2023, 8:38 PMJ.T. McQuigg
03/23/2023, 8:39 PMVampire
03/23/2023, 8:39 PMephemient
03/23/2023, 8:39 PMJ.T. McQuigg
03/23/2023, 8:40 PMephemient
03/23/2023, 8:40 PMJ.T. McQuigg
03/23/2023, 8:40 PMVampire
03/23/2023, 8:40 PMephemient
03/23/2023, 8:41 PMephemient
03/23/2023, 8:41 PMVampire
03/23/2023, 8:41 PMVampire
03/23/2023, 8:42 PMVampire
03/23/2023, 8:42 PMVampire
03/23/2023, 8:50 PMval apiElements by configurations.getting
val runtimeElements by configurations.getting
configure(listOf(apiElements, runtimeElements)) {
attributes {
attribute(TargetJvmVersion.TARGET_JVM_VERSION_ATTRIBUTE, 8)
}
}