Class VersionNumber
java.lang.Object
com.avast.gradle.dockercompose.util.VersionNumber
- All Implemented Interfaces:
Comparable<VersionNumber>
This class is a simplified version of the deprecated org.gradle.util.VersionNumber class
See https://github.com/gradle/gradle/blob/7d8cacafe70e5c4cc06173550cb13511cfbf3749/subprojects/core/src/main/java/org/gradle/util/VersionNumber.java
causing compatibility issues with Gradle 8.1 onwards.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(VersionNumber other) booleaninthashCode()static VersionNumbertoString()
-
Field Details
-
UNKNOWN
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<VersionNumber>
-
equals
-
hashCode
public int hashCode() -
toString
-
parse
-