Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 28695da

Browse files
committed
DEVEM-535 Clean-up of commented code
1 parent 7635666 commit 28695da

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

integration-tests/build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,6 @@ configure(subprojects.findAll { it.name.startsWith("alfresco-") }) {
2727
if (project.name.contains("enterprise") && !project.hasProperty("enterprise")) {
2828
return
2929
}
30-
31-
// repositories {
32-
// maven {
33-
// name 'release'
34-
// url "https://artifactory.xenit.eu/artifactory/libs-release"
35-
// credentials {
36-
// username project.hasProperty('eu.xenit.artifactory.username') ? property('eu.xenit.artifactory.username') : ''
37-
// password project.hasProperty('eu.xenit.artifactory.password') ? property('eu.xenit.artifactory.password') : ''
38-
// }
39-
// }
40-
// }
4130

4231
def alfrescoVersion = project.name[-2..-1]
4332

0 commit comments

Comments
 (0)