Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Support for a new syntax in JVMVersion field to specify both min and max Java version #51

Closed
@tofi86

Description

@tofi86

to specifiy minimal 1.7 and max 1.8 but not Java 9

e.g.

  • 1.7+ for Java 7, 8, 9
  • 1.7;1.8* for Java 7, 8
  • 1.8;9.0 for Java 8* up to exactly 9.0 (but not 9.0.*)
  • 1.8;9.0* for Java 8* and 9.0.* but not 9.1.*

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions