aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-12460 Support GitLab AuthenticationJulien Lancelot2019-09-231-0/+2
|
* enable testFixtures plugin only on projects with testFixtures sourceSébastien Lesaint2019-09-231-1/+5
|
* SONAR-12358 upgrade hazelcastPierre Guillot2019-09-131-1/+1
|
* use testFixtures instead of test configuration of webserver-wsSébastien Lesaint2019-09-021-0/+1
|
* "yarn install" should be executed with option "--frozen-lockfile"Sébastien Lesaint2019-08-301-0/+6
|
* ORCH-437 upgrade orchestratorPierre Guillot2019-08-291-1/+1
|
* update javax-servlet-api to 3.1.0Sébastien Lesaint2019-08-141-1/+1
| | | | this is a forgotten version upgrade. recent version of Tomcat support 3.1.0
* SONAR-12384 update gradle buildMichal Duda2019-08-121-2/+35
|
* remove DBUnitSébastien Lesaint2019-08-091-5/+0
|
* SONAR-12363 upgrade jackson versionPierre Guillot2019-08-071-2/+2
|
* SONAR-12362 upgrade tomcat version for security patchesPierre Guillot2019-08-071-1/+1
|
* Revert "SONAR-12358 fix SSF 85"Pierre Guillot2019-07-311-1/+1
| | | | This reverts commit 659dc21781b018f5197fa432217e5959044eef7e.
* SONAR-12358 fix SSF 85Pierre Guillot2019-07-311-1/+1
|
* Usage of Gradle option "--parallel" should be safeEvgeny Mandrikov2019-07-261-2/+7
| | | | | | | | | | | | Gradle should not execute several "yarn install" in parallel, because Yarn doesn't support concurrent access to its global cache. "task1.mustRunAfter(task2)" ordering has an effect only when both tasks are scheduled for execution, however currently task ":private:docs:yarn" is not executed during execution of "gradle build". Therefore "mustRunAfter" should be established between all pairs of "yarn install" tasks to define their total order and to prevent their concurrent execution even in case when one or more of these tasks not scheduled.
* SC-795 drop SonarCloud-related modulesSimon Brandhof2019-07-261-1/+1
|
* SONAR-12331 Failure at scanner startup when using an early access JRE ↵Duarte Meneses2019-07-241-1/+1
| | | | (because of Gson)
* Clean depsDuarte Meneses2019-07-171-3/+6
|
* Update orchestrator version to latest released 3.26.0.2111 (#1908)Jacek2019-07-101-1/+1
|
* SONAR-12251 use MsSQL JDBC driver build for Java 11Sébastien Lesaint2019-07-101-1/+1
|
* SONAR-12246 Remove unused mysql filesSimon Brandhof2019-07-101-1/+0
|
* Use Orchestrator RELEASESimon Brandhof2019-07-011-1/+1
|
* Output of "javadoc" build tasks should not depend on build numberEvgeny Mandrikov2019-06-281-0/+2
|
* Usage of Gradle option "--parallel" should be safeEvgeny Mandrikov2019-06-281-0/+9
| | | | | Gradle should not execute several "yarn install" in parallel, because Yarn doesn't support concurrent access to its global cache.
* SONAR-12228 Upgrade OkHttp to 3.14.2Julien HENRY2019-06-281-1/+1
|
* SONAR-12182 drop "sonar.branch" from SQMichal Duda2019-06-151-1/+1
|
* SONAR-11871 upgrade elasticsearch to 6.8.0Sébastien Lesaint2019-06-071-3/+2
|
* Build task ":server:sonar-web:yarn_run" should produce same result outside of CIEvgeny Mandrikov2019-06-071-1/+0
| | | | While this adds quite some overhead, benefit is that remote Gradle cache entry can be used locally.
* Do not disable recording of code coverage in builds outside of CIEvgeny Mandrikov2019-06-041-4/+1
| | | | | While this adds little overhead, benefit is that remote Gradle cache entry can be used locally.
* SONAR-12037 Run cluster ITs on CirrusDuarte Meneses2019-06-031-0/+1
|
* SONAR-11941 Support Oracle 19cDuarte Meneses2019-05-311-1/+1
|
* Set target and source compatibility for Java 8 for IDEs to load correct ↵Duarte Meneses2019-05-291-0/+3
| | | | language level
* Gradle cache key for "test" tasks should not depend on build numberEvgeny Mandrikov2019-05-281-0/+9
| | | | | | Since Gradle 5.0 JaCoCo plugin works with the build cache and parallel test execution, so this change allows to enable build cache for "test" tasks in Cirrus CI.
* SONAR-12109 Fix initial vendor bundle size, and re-activate bundle size ↵Grégoire Aubert2019-05-241-0/+1
| | | | checking on CI
* Use "--release" javac option also for testsDuarte Meneses2019-05-171-4/+1
|
* SONAR-12108 Use SQLServer driver compiled for JRE 8Duarte Meneses2019-05-161-1/+1
|
* Build with Java 11Duarte Meneses2019-05-161-1/+9
|
* SONARCLOUD-644 fix conflict on javax.emailSimon Brandhof2019-05-141-1/+7
|
* Use JaCoCo xml report for coverage (see MMF-1651) (#1526)Tibor Blenessy2019-05-131-0/+10
|
* Upgrade sonar scanner plugin to v2.7.1Duarte Meneses2019-05-101-1/+1
|
* Since Gradle 5.0 JaCoCo plugin works with the build cache and parallel test ↵Evgeny Mandrikov2019-05-101-4/+0
| | | | execution
* Upgrade protobuf-gradle-plugin to 0.8.8Evgeny Mandrikov2019-05-091-1/+1
|
* SONAR-12016 Upgrade SQL Server JDBC Driver v7.2.2Duarte Meneses2019-04-301-1/+1
|
* SONAR-11941 Support Oracle 18cDuarte Meneses2019-04-301-1/+1
|
* Upgrade jjwt to v0.10.5 for compatibility with Java 11Duarte Meneses2019-04-301-1/+3
|
* Upgrade shadow plugin to v5.0.0Duarte Meneses2019-04-301-1/+1
|
* Upgrade assertj-core to 3.12.2 and assertj-guava to 3.2.1 for compatibility ↵Duarte Meneses2019-04-301-2/+2
| | | | with Java 11
* Update mybatis to v3.5.1 and mockito to v2.22Duarte Meneses2019-04-301-2/+2
|
* Add missing dependency 'javax.annotation-api' with Java 11Duarte Meneses2019-04-301-0/+1
|
* SONAR-12000 upgrade commons-codec to 1.12Simon Brandhof2019-04-291-1/+1
|
* SONAR-10725 stabilize version of jsoup dependencySébastien Lesaint2019-04-261-1/+2
|