File tree Expand file tree Collapse file tree 2 files changed +17
-13
lines changed Expand file tree Collapse file tree 2 files changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,16 @@ Find changes for the upcoming release in the project's [changelog.d](https://git
7
7
<!-- scriv-insert-here -->
8
8
9
9
<a id =' changelog-2.6.0 ' ></a >
10
- ## 2.5 .0 (2025-01-30)
10
+ ## 2.6 .0 (2025-01-30)
11
11
12
12
### Added
13
13
14
14
- JobDAO class from opencadc adapted to fix issue with LAST param in joblist
15
15
16
+ ### Fixed
17
+
18
+ - Fixed broken maven build, remove unneeded repository info
19
+
16
20
<a id =' changelog-2.5.0 ' ></a >
17
21
## 2.5.0 (2024-11-01)
18
22
Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ repositories {
7
7
mavenCentral()
8
8
mavenLocal()
9
9
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
+ // }
13
13
14
14
// To obtain access to the Oracle Maven repository, put your credentials into environment variables:
15
15
// - MAVEN_ORACLE_USERNAME
16
16
// - MAVEN_ORACLE_PASSWORD
17
17
//
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
+ // }
26
26
}
27
27
28
28
group = ' org.opencadc'
@@ -93,7 +93,7 @@ sourceSets {
93
93
}
94
94
}
95
95
96
- tasks. withType(Test ) {
96
+ tasks. withType(Test ) {
97
97
// reset the report destinations so that intTests go to their
98
98
// own page
99
99
// reports.html.destination = file("${reporting.baseDir}/${name}")
You can’t perform that action at this time.
0 commit comments