Gradle
Plugins
Usage
gradle init --type kotlin-library --dsl kotlinOptions for all gradle commands: -D or --system-prop, -P or --project-prop, -m or --dry-runVersion
gradle cV
gradle currentVersion
# to get version # as plain text
export VERSION=$(gradle cV -q -Prelease.quiet)
echo $VERSIONVerification
Spotless tasks
Quarkus tasks
Build
Run
Release
Changelog
Publish
Docker
local testing
Dependencies
Gradle
Reference
Last updated