1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 15:21:46 +00:00

Add a "coreDev" gradle target (#667)

* Add a "buildFmt" gradle target

This does the same thing as the automatic Java build target, except instead of
failing if the code formatting isn't correct, it just automatically reformats as
necessary and continues on.

* Remove unnecessary mustRunAfters

* Make it run tests too, and add :taskTree task

* Rename task to coreDev and remove run afters

* Add task tree dependency

* Actually that may not be necessary
This commit is contained in:
Ben McIlwain
2020-07-10 10:03:59 -04:00
committed by GitHub
parent 7806cc7edb
commit caa0cd9d61
2 changed files with 17 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ com.diffplug.gradle.spotless:com.diffplug.gradle.spotless.gradle.plugin:3.25.0
com.diffplug.spotless:spotless-lib-extra:1.25.0
com.diffplug.spotless:spotless-lib:1.25.0
com.diffplug.spotless:spotless-plugin-gradle:3.25.0
com.dorongold.task-tree:com.dorongold.task-tree.gradle.plugin:1.5
com.github.jengelman.gradle.plugins:shadow:5.1.0
com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:5.1.0
com.google.cloud.tools:appengine-gradle-plugin:2.0.1
@@ -29,6 +30,7 @@ com.netflix.nebula:gradle-lint-plugin:16.0.2
com.netflix.nebula:nebula-gradle-interop:1.0.11
commons-io:commons-io:2.6
commons-lang:commons-lang:2.6
gradle.plugin.com.dorongold.plugins:task-tree:1.5
javax.inject:javax.inject:1
junit:junit:4.12
nebula.lint:nebula.lint.gradle.plugin:16.0.2