File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Gradle script to build the j-ogg-all project
22
33plugins {
4- ` base` // to add a "clean" task to the root project
4+ base // to add a "clean" task to the root project
55}
66
77ext {
Original file line number Diff line number Diff line change 11// Gradle script to build the "library" subproject of j-ogg-all
22
33plugins {
4- ` checkstyle` // to analyze Java sourcecode for style violations
4+ checkstyle // to analyze Java sourcecode for style violations
55 `java- library` // to build JVM libraries
66 `maven- publish` // to publish artifacts to Maven repositories
7- ` signing` // to sign artifacts for publication
7+ signing // to sign artifacts for publication
88}
99
1010val group = " com.github.stephengold"
Original file line number Diff line number Diff line change 11// Gradle script to build the "vorbis" subproject of j-ogg-all
22
33plugins {
4- ` checkstyle` // to analyze Java sourcecode for style violations
4+ checkstyle // to analyze Java sourcecode for style violations
55 `java- library` // to build JVM libraries
66 `maven- publish` // to publish artifacts to Maven repositories
7- ` signing` // to sign artifacts for publication
7+ signing // to sign artifacts for publication
88}
99
1010val group = " com.github.stephengold"
You can’t perform that action at this time.
0 commit comments