Skip to content

Commit

Permalink
Fix gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Feb 14, 2025
1 parent 36e8ae2 commit c2048a8
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
maven {
url = uri("https://nexus.web.cern.ch/nexus/content/repositories/public/")
}
}
}

plugins {
// Apply the java plugin to add support for Java
id 'java'
id 'application'
id 'com.jfrog.bintray' version '1.8.1' apply false

id 'com.jfrog.bintray' version '1.8.5' apply false
}

//---------------------------------------------------------------------------//
Expand Down

0 comments on commit c2048a8

Please sign in to comment.