Skip to content

Commit 5b2134f

Browse files
committed
Update Gradle BinaryPack download location
1 parent 411de63 commit 5b2134f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Java/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ subprojects {
3838

3939
ext.YEAR = '2019'
4040

41-
ext.BuildDate = 'Tue Jul 23 12:25:01 CDT ' + "$YEAR"
41+
ext.BuildDate = 'Fri Nov 15 12:25:01 CDT ' + "$YEAR"
4242
ext.SpecificationVersion = '3.4.0.0'
4343
ext.SpecificationVersionShort = '3.4.0'
4444

@@ -50,7 +50,7 @@ ext.etaImplementationVersion = 'etaj' + "$SpecificationVersionShort" + '.L1.all.
5050
ext.emaImplementationVersion = 'emaj' + "$SpecificationVersionShort" + '.L1.all.rrg'
5151

5252
// NOTE! update with new asset version
53-
ext.BINARY_PACK_VERSION_TO_DOWNLOAD = '1.3.1.L1'
53+
ext.BINARY_PACK_VERSION_TO_DOWNLOAD = '1.4.0.L1'
5454

5555
//=========================================================================================
5656
//
@@ -59,10 +59,10 @@ ext.BINARY_PACK_VERSION_TO_DOWNLOAD = '1.3.1.L1'
5959
//=========================================================================================
6060

6161

62-
ext.vendor = 'Refinitiv'
63-
ext.javadoc_footer = '<a href="https://developers.refinitiv.com/" target=_top>Refinitiv</a>'
64-
ext.javadoc_header = '<a href="https://developers.refinitiv.com/" target=_top>Refinitiv</a>'
65-
ext.javadoc_bottom = '<i>Copyright @ ' + "$YEAR" + ' Refinitiv. All Rights Reserved.</i>'
62+
ext.vendor = 'Thomson Reuters'
63+
ext.javadoc_footer = '<a href="https://developers.thomsonreuters.com/" target=_top>Thomson Reuters</a>'
64+
ext.javadoc_header = '<a href="https://developers.thomsonreuters.com/" target=_top>Thomson Reuters</a>'
65+
ext.javadoc_bottom = '<i>Copyright @ ' + "$YEAR" + ' Thomson Reuters. All Rights Reserved.</i>'
6666

6767
task downloadBinaryPack(type: Download) {
6868
description 'This task downloads the Elektron-SDK-BinaryPack file from GitHub.'

0 commit comments

Comments
 (0)