JavaSetupConfig

constructor(group: String? = null, version: String? = null, description: String? = null, javaVersion: JavaVersion? = null, archiveClassifier: String? = "", textEncoding: String? = "UTF-8")

Parameters

group

The group of the project (example: xyz.srnyx)

version

The version of the project (example: 1.0.0)

description

The description of the project

javaVersion

The java version of the project (example: JavaVersion.VERSION_1_8)

archiveClassifier

The archive classifier for the shadow jar task

textEncoding

The text encoding for the text encoding task