opentelemetry-java-instrume.../gradle
John Bley ca296b92fd
Normalize sql statements to elide literal numbers and strings. (#366)
* Normalize sql statements to elide literal numbers and strings.

* Missed one SlickTest sql normalization.

* Fix muzzle order for helper classes.

* Change name of feature flag

* Upgrade to latest spotless version in an attempt #1 to make the circleci build work.

* Attempt 2 to make circleci build happy - exclude build/generated/** from spotless.

* Attempt 3 to get circleci build working, adding *.java to the exclude line.

* Change exclude of generated files to include of just the src/ directory.
I confirmed that this properly failed the build if I remove a license header from a src/ directory.
2020-05-04 12:17:55 -07:00
..
enforcement Remove copyright year from license header (#322) 2020-04-15 11:24:44 -07:00
wrapper Update gradle to 6.3 2020-04-06 08:08:03 -04:00
checkstyle.gradle Update checkstyle to latest public version 2019-05-13 13:14:28 -04:00
codenarc.gradle Apply consistent formatting to other files 2017-07-19 08:09:19 -07:00
dependencies.gradle Add exception sampling event (#1297) 2020-04-20 16:31:54 +02:00
instrumentation.gradle Fix some sporadic test failures (#354) 2020-04-27 11:40:27 -07:00
jacoco.gradle Fix the way jacoco defaults are set 2020-02-11 12:05:06 -05:00
java.gradle Allows `./gradlew clean build` to run successfully. (#355) 2020-04-29 08:08:14 -07:00
spotbugs.gradle Integrate SpotBugs into build (ignoreFailures=true), fix most found issues (#216) 2020-03-09 10:47:49 -07:00
spotless.gradle Normalize sql statements to elide literal numbers and strings. (#366) 2020-05-04 12:17:55 -07:00
test-with-kotlin.gradle Simplify groovy/scala/kotlin compile dependency hack 2020-01-23 09:40:15 -05:00
test-with-scala.gradle Simplify groovy/scala/kotlin compile dependency hack 2020-01-23 09:40:15 -05:00
util.gradle Upgrade Gradle to 4.10.3 2019-02-07 09:43:36 -08:00
version.gradle Upgrade Gradle to 4.10.3 2019-02-07 09:43:36 -08:00