Skip to content

Commit

Permalink
TS-35786 dont use our nexus cache. This runs on github
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrhein committed Nov 20, 2023
1 parent 6fc0f05 commit 56ec66d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ runtime {
'jdk.crypto.ec', // For Elliptic Curve algorithms over TLS
]

def ADOPTIUM_BINARY_REPOSITORY = System.env.CI ?
'https://nexus.cqse.eu/repository/raw-adoptium-binary' : 'https://api.adoptium.net/v3/binary'
def ADOPTIUM_BINARY_REPOSITORY = 'https://api.adoptium.net/v3/binary'

// We need to downlaod the JDK, not the JRE, as the latter doesn't ship the jmod files needed by jlink
targetPlatform('linux-x86_64') {
Expand Down

0 comments on commit 56ec66d

Please sign in to comment.