# sq-com_example_java-gradle-travis **Repository Path**: mirrors_SonarSource/sq-com_example_java-gradle-travis ## Basic Information - **Project Name**: sq-com_example_java-gradle-travis - **Description**: Java Gradle-based project analyzed on SonarQube Cloud using Travis - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Java Gradle-based project analyzed on SonarQube Cloud using Travis [![Build status](https://travis-ci.org/SonarSource/sq-com_example_java-gradle-travis.svg?branch=master)](https://travis-ci.org/SonarSource/sq-com_example_java-gradle-travis) [![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=com.sonarqube.examples.java-gradle-travis-project&metric=alert_status)](https://sonarcloud.io/dashboard/index/com.sonarqube.examples.java-gradle-travis-project) #### This project is analysed on [SonarQube Cloud](https://www.sonarsource.com/products/sonarcloud/)! It is very easy to run an analysis on a Gradle-based project and push it to SonarQube Cloud: 1. Declare the `org.sonarqube` plugin in your `build.gradle` file 2. In your `.travis.yml` file: 1. Activate the [Travis Add-on](https://docs.travis-ci.com/user/sonarcloud/) 2. Run `./gradlew sonarqube` at some point of time in the `script` section You can take a look at the [build.gradle](https://github.com/SonarSource/sq-com_example_java-gradle-travis/blob/master/build.gradle) and [.travis.yml](https://github.com/SonarSource/sq-com_example_java-gradle-travis/blob/master/.travis.yml) files of this project to see it in practice. ### License Copyright 2016-2024 SonarSource. Licensed under the [GNU Lesser General Public License, Version 3.0](http://www.gnu.org/licenses/lgpl.txt)