Zongle Wang
Zongle Wang
That's the JDK to run, which means "the minimum version for someone building this project".
This should be useful for the PRs like #94.
Run `diff -r glide-old glide-new`: ```diff diff --color=auto -r glide-old/annotations/maven-metadata-local.xml glide-new/annotations/maven-metadata-local.xml 11c11 < 20250913030555 --- > 20250913031007 diff --color=auto -r glide-old/avif-integration/maven-metadata-local.xml glide-new/avif-integration/maven-metadata-local.xml 11c11 < 20250913030705 --- > 20250913031008 Only in...
Looks related to #239.
Fixed in #5257.
Use toolchains? https://docs.gradle.org/current/userguide/toolchains.html https://jakewharton.com/build-on-latest-java-test-through-lowest-java
Yeah, this should be fixed.
Related to #232.
You can declare a const and refer to it; the string const could be relocated. ```java private static final TYPE = "foo.Bar". public static final UnresolvedType U_TYPE = UnresolvedType.forSignature("foo.Bar".replace(".", "/"));...