Blocks :
|
All of the JavaFX tags should have one of the the following formats: Prior to JDK 9 build 95: [0-9]+(\.[0-9]+){0,3}-b[0-9]+ [0-9]+u[0-9]+-b[0-9]+ Starting with JDK 9 build 95 we should match the JDK version string format: jdk-[0-9]+(\.[0-9]+){0,3}\+[0-9]+ Any tag that does not match one of the above formats must be either renamed (if there is an equivalent compliant renaming) or removed.
|