You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2021/08/26 13:09:01 UTC

[groovy-release] branch master updated: remove unused dependency

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 14c37ea  remove unused dependency
14c37ea is described below

commit 14c37ea81ad349b588167580c618ab268b1a6659
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Aug 26 23:08:58 2021 +1000

    remove unused dependency
---
 gradle/phase2.gradle | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gradle/phase2.gradle b/gradle/phase2.gradle
index aa84776..104e5c3 100644
--- a/gradle/phase2.gradle
+++ b/gradle/phase2.gradle
@@ -7,9 +7,6 @@ import org.ajoberstar.grgit.Credentials
 
 buildscript {
     apply from: "gradle/buildscript.gradle", to: buildscript
-    dependencies {
-        classpath "io.github.http-builder-ng:http-builder-ng-okhttp:${getProperty('version.httpbuilderng')}"
-    }
 }
 
 ext.grgitClass = org.ajoberstar.grgit.Grgit