https://github.com/jbock-java/print-annotation-mirrors
https://github.com/jbock-java/print-annotation-mirrors
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jbock-java/print-annotation-mirrors
- Owner: jbock-java
- Created: 2021-11-18T08:22:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T05:11:50.000Z (over 4 years ago)
- Last Synced: 2025-01-09T11:51:49.631Z (over 1 year ago)
- Language: Java
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://bugs.openjdk.java.net/browse/JDK-8268575
Reproduce:
1. run `./gradlew clean test` to verify it works with java 11
2. modify `build.gradle`: set toolchain `languageVersion` to `12` or higher
3. run `./gradlew clean test` again to verify the same test fails in higher versions