Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
0.5.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Nov 1, 2023
1 parent 434e96e commit bd34758
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
plugins {
id 'java-library'
// To create a shadow/fat jar, including dependencies
id 'com.github.johnrengelman.shadow' version '7.0.0'
// To manage included native libraries
id 'org.bytedeco.gradle-javacpp-platform' version '1.5.4'
id 'java-library'
// To create a shadow/fat jar, including dependencies
id 'com.github.johnrengelman.shadow' version '7.0.0'
// To manage included native libraries
// id 'org.bytedeco.gradle-javacpp-platform' version '1.5.4'

}

repositories {
// Use this only for local development!
// mavenLocal()
// Use this only for local development!
// mavenLocal()

mavenCentral()
mavenCentral()

maven {
url "https://maven.scijava.org/content/repositories/releases"
}
maven {
url "https://maven.scijava.org/content/repositories/releases"
}

maven {
url "https://maven.scijava.org/content/repositories/snapshots"
}
maven {
url "https://maven.scijava.org/content/repositories/snapshots"
}

}

Expand Down Expand Up @@ -66,9 +67,9 @@ dependencies {
}

processResources {
from ("${projectDir}/LICENSE.txt") {
into 'licenses/'
}
from ("${projectDir}/LICENSE.txt") {
into 'licenses/'
}

doLast {
if (useCuda) {
Expand Down

0 comments on commit bd34758

Please sign in to comment.