Development Features Configuration
The last section of the Org config file is defined as:
"devConfig": {
"versions": {
"j8Spec": "io.github.j8spec:j8spec:3.0.1",
"javaVersion": "VERSION_11"
}
}
The remaining configuration options are configured here, but get actually activated by the build.gradle.kts
file in your source tree, depending on which features you decide to use, and are further explained in later sections.
In other words, all builds will apply the Gradle versions plugin by default, and will report on which outdated dependencies your project has.
Lastly, the versions
block allows you to configure:
j8spec
- The version ofjspec
to use. It is defined in Maven dependency notation format.javaVersion
- The language version to use.