We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78a083 commit db5411cCopy full SHA for db5411c
1 file changed
build.gradle
@@ -16,8 +16,8 @@
16
* specific language governing permissions and limitations
17
* under the License.
18
*/
19
+
20
plugins {
- id 'me.champeau.buildscan-recipes' version '0.2.3'
21
id 'com.github.ben-manes.versions' version '0.52.0'
22
id 'com.github.blindpirate.osgi' version '0.0.7'
23
id 'com.github.jk1.dependency-license-report' version '2.9'
@@ -27,12 +27,6 @@ plugins {
27
id 'org.apache.groovy-jacoco-aggregation'
28
}
29
30
-buildScanRecipes {
31
- recipe 'git-commit', baseUrl: 'https://github.com/apache/groovy/tree'
32
- recipe 'teamcity', baseUrl: 'https://ci.groovy-lang.org', guest: 'true'
33
- recipes 'git-status', 'gc-stats', 'teamcity', 'travis-ci'
34
-}
35
-
36
base {
37
archivesName = 'groovy'
38
0 commit comments