File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- Changed data level errors from an exception to a validation error reported on the item.
6
6
- Fixed behavior of the reading SAS macro when it deals with fields that have a value too long in the XML file.
7
- - Added nw 'specs' parameter to allow writing a provided specifications version instead of the default library one.
7
+ - Added new 'specs' parameter to allow writing a provided specifications version instead of the default library one.
8
8
9
9
** Version 10.1**
10
10
Original file line number Diff line number Diff line change @@ -190,8 +190,8 @@ publishing {
190
190
signing {
191
191
required { ! project. version. endsWith(' -SNAPSHOT' ) }
192
192
193
- String signingKey = project. findProperty(' signing.armored.key ' ) ?: ' '
194
- String signingPassword = project. findProperty(' signing.armored.password ' ) ?: ' '
193
+ String signingKey = project. findProperty(' signingKey ' ) ?: ' '
194
+ String signingPassword = project. findProperty(' signingPassword ' ) ?: ' '
195
195
196
196
useInMemoryPgpKeys(signingKey, signingPassword)
197
197
You can’t perform that action at this time.
0 commit comments