This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new edfb0625e undoing the meaningless "fix"
edfb0625e is described below
commit edfb0625e307504627137ac44597ff3835154be8
Author: Andrus Adamchik <[email protected]>
AuthorDate: Mon Jul 13 19:47:10 2026 -0400
undoing the meaningless "fix"
it was trying to "reduce the number of Maven Central calls"
---
cayenne-gradle-plugin/build.gradle | 4 ----
1 file changed, 4 deletions(-)
diff --git a/cayenne-gradle-plugin/build.gradle
b/cayenne-gradle-plugin/build.gradle
index 3108a3b32..74097ff5d 100644
--- a/cayenne-gradle-plugin/build.gradle
+++ b/cayenne-gradle-plugin/build.gradle
@@ -17,10 +17,6 @@
* under the License.
****************************************************************/
buildscript {
- repositories {
- mavenLocal()
- mavenCentral()
- }
dependencies {
classpath 'org.apache.velocity:velocity-engine-core:2.4.1'
}