Skip to content

Commit db5411c

Browse files
committed
GROOVY-11619: Remove buildscan-recipes
1 parent b78a083 commit db5411c

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
* specific language governing permissions and limitations
1717
* under the License.
1818
*/
19+
1920
plugins {
20-
id 'me.champeau.buildscan-recipes' version '0.2.3'
2121
id 'com.github.ben-manes.versions' version '0.52.0'
2222
id 'com.github.blindpirate.osgi' version '0.0.7'
2323
id 'com.github.jk1.dependency-license-report' version '2.9'
@@ -27,12 +27,6 @@ plugins {
2727
id 'org.apache.groovy-jacoco-aggregation'
2828
}
2929

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-
3630
base {
3731
archivesName = 'groovy'
3832
}

0 commit comments

Comments
 (0)