Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
petebankhead committed Nov 30, 2023
1 parent 880ec8b commit 676dee1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ plugins {
ext.moduleName = 'qupath.extension.stardist'
ext.qupathVersion = gradle.ext.qupathVersion

description = 'QuPath extension to use StarDist'
group = 'io.github.qupath'

version = "0.5.0-SNAPSHOT"
base {
description = 'QuPath extension to use StarDist'
version = "0.5.0-SNAPSHOT"
group = 'io.github.qupath'
}

repositories {
// Use this only for local development!
Expand All @@ -35,7 +36,7 @@ dependencies {
implementation libs.bundles.logging

testImplementation libs.junit
testRuntimeOnly libs.junit.engine
testRuntimeOnly libs.junit.platform
}

processResources {
Expand Down

0 comments on commit 676dee1

Please sign in to comment.