Skip to content

Commit

Permalink
removes shadow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lacan committed Dec 4, 2023
1 parent a9f635e commit 1b379d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import java.util.Date
plugins {
id 'java-library'
id 'maven-publish'

alias(libs.plugins.javafx)
id 'com.github.johnrengelman.shadow' version '7.0.0'
}

repositories {
Expand All @@ -29,8 +27,8 @@ description = "QuPath extension to use Warpy"
version = "0.3.0-SNAPSHOT"

dependencies {
shadow "io.github.qupath:qupath-gui-fx:${qupathVersion}"
shadow libs.qupath.fxtras
implementation "io.github.qupath:qupath-gui-fx:${qupathVersion}"
implementation libs.qupath.fxtras
implementation "commons-io:commons-io:2.15.0"
implementation "net.imglib2:imglib2-realtransform:3.1.2"

Expand Down

0 comments on commit 1b379d4

Please sign in to comment.