mirror of
https://github.com/google/nomulus.git
synced 2025-06-05 20:17:27 +02:00
Add Spotless to the Gradle build (#88)
* Add Spotless to the Gradle build * spotless apply * one dot instead of two
This commit is contained in:
parent
ac82a5e4f1
commit
29d7cf7b9a
7 changed files with 35 additions and 32 deletions
|
@ -1,14 +1,21 @@
|
|||
# This is a Gradle generated file for dependency locking.
|
||||
# Manual edits can break the build and are not advised.
|
||||
# This file is expected to be part of source control.
|
||||
antlr:antlr:2.7.7
|
||||
cglib:cglib-nodep:3.2.2
|
||||
com.diffplug.durian:durian-collect:1.2.0
|
||||
com.diffplug.durian:durian-core:1.2.0
|
||||
com.diffplug.durian:durian-io:1.2.0
|
||||
com.diffplug.gradle.spotless:com.diffplug.gradle.spotless.gradle.plugin:3.18.0
|
||||
com.diffplug.spotless:spotless-lib-extra:1.18.0
|
||||
com.diffplug.spotless:spotless-lib:1.18.0
|
||||
com.diffplug.spotless:spotless-plugin-gradle:3.18.0
|
||||
com.github.jengelman.gradle.plugins:shadow:5.0.0
|
||||
com.github.johnrengelman.shadow:com.github.johnrengelman.shadow.gradle.plugin:5.0.0
|
||||
com.google.cloud.tools:appengine-gradle-plugin:1.3.3
|
||||
com.google.cloud.tools:appengine-plugins-core:0.3.2
|
||||
com.google.code.gson:gson:2.7
|
||||
com.google.guava:guava:20.0
|
||||
com.googlecode.concurrent-trees:concurrent-trees:2.6.1
|
||||
com.googlecode.javaewah:JavaEWAH:1.1.6
|
||||
com.jcraft:jsch:0.1.54
|
||||
com.jcraft:jzlib:1.1.1
|
||||
|
@ -46,8 +53,8 @@ org.codehaus.groovy:groovy-all:2.4.9
|
|||
org.codehaus.groovy:groovy-ant:2.1.8
|
||||
org.codehaus.groovy:groovy-groovydoc:2.1.8
|
||||
org.codehaus.groovy:groovy-templates:2.1.8
|
||||
org.codehaus.groovy:groovy-xml:2.1.8
|
||||
org.codehaus.groovy:groovy:2.1.8
|
||||
org.codehaus.groovy:groovy-xml:2.4.7
|
||||
org.codehaus.groovy:groovy:2.4.7
|
||||
org.codehaus.jsr166-mirror:jsr166y:1.7.0
|
||||
org.codehaus.plexus:plexus-component-annotations:1.7.1
|
||||
org.codehaus.plexus:plexus-interpolation:1.25
|
||||
|
@ -67,7 +74,6 @@ org.objenesis:objenesis:2.4
|
|||
org.ow2.asm:asm-analysis:7.0-beta
|
||||
org.ow2.asm:asm-commons:7.0-beta
|
||||
org.ow2.asm:asm-tree:7.0-beta
|
||||
org.ow2.asm:asm-util:4.0
|
||||
org.ow2.asm:asm:7.0
|
||||
org.slf4j:slf4j-api:1.7.2
|
||||
org.sonatype.aether:aether-api:1.13.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue