Commit Graph

12 Commits

Author SHA1 Message Date
jack-berg 1a8a02c991
Try to improve build scan reliability (#5539) 2023-06-14 10:04:31 -05:00
Trask Stalnaker 161273e709
Remove workaround (#5122) 2023-01-15 08:22:11 -06:00
Anuraag Agrawal 0a7470e42d
Remove outdated kotlin compile workaround (#4308) 2022-03-25 10:18:42 -05:00
Anuraag Agrawal 35a30ef831
Add javac params per errorprone docs. (#3729) 2021-10-12 08:24:40 -07:00
Anuraag Agrawal 36f2558214
Disable kotlin incremental compilation to work around compiler warning message. (#3722) 2021-10-11 07:59:43 -07:00
Anuraag Agrawal c87e2b332f
Build with Java 17 (#3665) 2021-09-27 07:58:16 -07:00
Anuraag Agrawal 764a387096
Replace max-workers in favor of priority setting, enable local build caching, and remove unnecessary XmX (#2431) 2021-01-06 08:19:58 -08:00
Anuraag Agrawal 606c9c11f3
Merge pull request #2066
* Add kotlin extension for interaction with Context in coroutines.

* Newline

* ImplicitContextKeyed not span

* Fix doc

* Cleanup
2020-11-13 12:25:12 +09:00
John Watson 1a7a117a16
remove the enable.docker.tests gradle property since TestContainers handles it now (#2028) 2020-11-06 13:48:40 +09:00
Anuraag Agrawal 7ceb7d0a3d
Reduce max workers since Gradle cheats anyways (#1936) 2020-10-30 11:24:20 -07:00
John Watson c32c776a70
Provides a way to enable/disable the docker integration tests via a gradle property (#1115)
* Provides a way to disable the docker integration tests via a gradle property.

* switch the property to be the opposite

* add a new make target and let CI use it.

* Update gradle.properties

Co-Authored-By: Armin Ruech <armin.ruech@gmail.com>

* Update exporters/jaeger/src/test/java/io/opentelemetry/exporters/jaeger/JaegerIntegrationTest.java

Co-Authored-By: Armin Ruech <armin.ruech@gmail.com>

* Update exporters/jaeger/src/test/java/io/opentelemetry/exporters/jaeger/JaegerIntegrationTest.java

Co-Authored-By: Armin Ruech <armin.ruech@gmail.com>

* simplify the test flow

Co-authored-by: Armin Ruech <armin.ruech@gmail.com>
2020-04-16 15:12:30 -07:00
Javier Salinas a9448a71dc Upgrade to Gradle 6 enabling parallel build (#731)
* Upgrade to Gradle 6 enabling parallel build

* Remove ignoring gradle.properties

* Limit resources in gradle.properties
2020-01-06 19:59:00 -05:00