Skip to content

Commit

Permalink
Refs #13 - changed groovy dependency to compile time. bumped groovy v…
Browse files Browse the repository at this point in the history
…ersion also.
  • Loading branch information
cbmarcum committed Jul 13, 2021
1 parent 8947efc commit 4cf3631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ repositories {
}

group 'net.codebuilders'
version "4.1.6.15" // based on AOO version and patch number
version "4.1.6.16" // based on AOO version and patch number
description 'Groovy UNO Extension extends the Apache OpenOffice UNO API'
mainClassName = 'org.openoffice.FakeClassName'

ext.isReleaseVersion = !version.endsWith("SNAPSHOT") // used to not pgp sign snapshots

dependencies {
implementation 'org.codehaus.groovy:groovy-all:3.0.4'
compileOnly 'org.codehaus.groovy:groovy-all:3.0.8'
compileOnly "net.codebuilders:juh:4.1.6"
compileOnly "net.codebuilders:ridl:4.1.6"
compileOnly "net.codebuilders:unoil:4.1.6"
Expand Down

0 comments on commit 4cf3631

Please sign in to comment.