diff --git a/404.html b/404.html new file mode 100644 index 00000000..60137681 --- /dev/null +++ b/404.html @@ -0,0 +1,760 @@ + + + +
+ + + + + + + + + + + + + + + + + + +semver.logOnlyOnRootProject
propertycom.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.7.2
gradle -> 8.9
is*
extensionsgradle -> 8.7
com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.6.5
mapVersion
which expose GitData
to semver
extensionmapVersion
to semver
extensionversion
to semver
extensionmap
function to LazyVersion
gitDir
property to SemverExtension
printSemver
task depends on prepareKotlinIdeaImport
taskcommits: Provider<Commit>
to SemverExtension
commitsMaxCount: Provider<Int>
to SemverExtension
semver.commitsMaxCount
propertyVersion
to GradleVersion
com.javiersc.semver.gradle.plugin
to com.javiersc.semver
com.javiersc.semver:semver-core
dependency from implementation
to api
printSemver
taskSNAPSHOT
is not appended at the end of the version in all casesmetadata
doesn’t allow .
, -
, or _
charactersLIFECYCLE
instead of QUIET
LazyVersion
com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.6.2
gradle -> 8.6
org.eclipse.jgit:org.eclipse.jgit -> 6.5.0.202303070854-r
com.javiersc.semver:semver-core -> 0.1.0-beta.13
Returns a representation of an immutable list of all enum entries, in the order they're declared.
This method may be used to iterate over the enum entries.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
if this enum type has no constant with the specified name
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
Semantic versioning implementation with Gradle version ordering rules
+On projects:
+Check the README.md for more info
+Check the README.md for more info
+