Skip to content

Commit

Permalink
Correct release version. Set version for projects
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Jun 2, 2024
1 parent 5a539ce commit ad435d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ subprojects {
apply plugin: 'com.exactpro.th2.gradle.component'
apply plugin: 'application'

version = release_version

ext {
resourceDir = "src/main/resources"

sailfishVersion = "3.3.255"

dockerCodecImplementationDir = 'codec_implementation'
sailfishVersion = "3.3.225"
}

ext.excludeSailfish = { rcd ->
Expand Down

0 comments on commit ad435d3

Please sign in to comment.