Skip to content

Commit 34b5da6

Browse files
committed
Remove unneeded repository info
1 parent 49fa2a2 commit 34b5da6

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ Find changes for the upcoming release in the project's [changelog.d](https://git
77
<!-- scriv-insert-here -->
88

99
<a id='changelog-2.6.0'></a>
10-
## 2.5.0 (2025-01-30)
10+
## 2.6.0 (2025-01-30)
1111

1212
### Added
1313

1414
- JobDAO class from opencadc adapted to fix issue with LAST param in joblist
1515

16+
### Fixed
17+
18+
- Fixed broken maven build, remove unneeded repository info
19+
1620
<a id='changelog-2.5.0'></a>
1721
## 2.5.0 (2024-11-01)
1822

build.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ repositories {
77
mavenCentral()
88
mavenLocal()
99

10-
maven {
11-
url = 'https://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/m2repo'
12-
}
10+
//maven {
11+
// url = 'https://www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca/m2repo'
12+
//}
1313

1414
// To obtain access to the Oracle Maven repository, put your credentials into environment variables:
1515
// - MAVEN_ORACLE_USERNAME
1616
// - MAVEN_ORACLE_PASSWORD
1717
//
18-
maven {
19-
name 'maven.oracle.com'
20-
url 'https://maven.oracle.com'
21-
credentials {
22-
username "${System.env.MAVEN_ORACLE_USERNAME}"
23-
password "${System.env.MAVEN_ORACLE_PASSWORD}"
24-
}
25-
}
18+
// maven {
19+
// name 'maven.oracle.com'
20+
// url 'https://maven.oracle.com'
21+
// credentials {
22+
// username "${System.env.MAVEN_ORACLE_USERNAME}"
23+
// password "${System.env.MAVEN_ORACLE_PASSWORD}"
24+
// }
25+
// }
2626
}
2727

2828
group = 'org.opencadc'
@@ -93,7 +93,7 @@ sourceSets {
9393
}
9494
}
9595

96-
tasks.withType(Test) {
96+
tasks.withType(Test) {
9797
// reset the report destinations so that intTests go to their
9898
// own page
9999
//reports.html.destination = file("${reporting.baseDir}/${name}")

0 commit comments

Comments
 (0)