Skip to content

Commit

Permalink
bump minaSshd dep, do not include tests and browser project when rele…
Browse files Browse the repository at this point in the history
…asing a maven version
  • Loading branch information
Taack committed Aug 20, 2024
1 parent 0cc57bc commit 6a60b08
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
}
}

ext.releaseVersion = '0.5.3-SNAPSHOT'
ext.releaseVersion = taackReleaseVersion
ext.isReleaseVersion = { -> !releaseVersion.endsWith('SNAPSHOT') }

version releaseVersion
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ assetPipeline=4.3.0
assetPipelineGrails=4.3.0
solrj=9.6.1
tika=2.9.2
minaSshd=2.13.1
minaSshd=2.13.2
antlr4=4.13.1
protobufVersion=4.27.2
org.gradle.logging.level=info
Expand All @@ -16,3 +16,4 @@ org.gradle.daemon=true
org.gradle.daemon.idletimeout=2000
org.gradle.jvmargs=-Xmx1536m -Dfile.encoding=UTF-8
exploded=true
taackReleaseVersion=0.5.3-SNAPSHOT
7 changes: 5 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ rootProject.name = 'infra'

include 'taack-jdbc-common'
include 'taack-ui'
include 'taack-ui-test'
include 'browser:client'

if (taackReleaseVersion.endsWith('SNAPSHOT')) {
include 'taack-ui-test'
include 'browser:client'
}

0 comments on commit 6a60b08

Please sign in to comment.