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 01e905c40 presumably, this would stabilize Gradle :-?
01e905c40 is described below
commit 01e905c40392bb1344fee85f6dc58156f718e59f
Author: Andrus Adamchik <[email protected]>
AuthorDate: Mon Jul 13 19:42:00 2026 -0400
presumably, this would stabilize Gradle :-?
---
cayenne-gradle-plugin/build.gradle | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/cayenne-gradle-plugin/build.gradle
b/cayenne-gradle-plugin/build.gradle
index 74097ff5d..3108a3b32 100644
--- a/cayenne-gradle-plugin/build.gradle
+++ b/cayenne-gradle-plugin/build.gradle
@@ -17,6 +17,10 @@
* under the License.
****************************************************************/
buildscript {
+ repositories {
+ mavenLocal()
+ mavenCentral()
+ }
dependencies {
classpath 'org.apache.velocity:velocity-engine-core:2.4.1'
}