Skip to content

Commit 4890af9

Browse files
committed
Commented out repository.apache.org in build.gradle for testing unreleased FreeMarker versions (OFBIZ-12934)
Added the Apache snapshots repository (repository.apache.org) as a commented-out block in build.gradle. This can be used to test unreleased FreeMarker versions in the future. Note: The repository is disabled by default, as repository.apache.org is not intended for general-purpose Maven use. As per https://infra.apache.org/abc, it should only be used for testing pre-production ASF artifacts.
1 parent 0f68a6e commit 4890af9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,10 @@ allprojects {
212212
maven {
213213
url "https://artifacts.alfresco.com/nexus/content/repositories/public/"
214214
}
215-
215+
/* maven {
216+
// To test not released FreeMarker versions
217+
url "https://repository.apache.org/content/repositories/snapshots/"
218+
} */
216219
}
217220
}
218221

0 commit comments

Comments
 (0)