mirror of
https://github.com/google/nomulus.git
synced 2025-06-21 03:40:47 +02: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:
parent
c53517cb4d
commit
ea2bf293e8
2 changed files with 17 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue