RED-9472: seperation of system rules
added feature branch persistence service version
This commit is contained in:
parent
077e4d0ee1
commit
3776f80005
@ -11,7 +11,7 @@ group = "com.iqser.red.service"
|
||||
java.sourceCompatibility = JavaVersion.VERSION_17
|
||||
java.targetCompatibility = JavaVersion.VERSION_17
|
||||
|
||||
val persistenceServiceVersion by rootProject.extra { "2.612.0-RED10072.1" }
|
||||
val persistenceServiceVersion by rootProject.extra { "2.651.0-RED9472.1" }
|
||||
|
||||
pmd {
|
||||
isConsoleOutput = true
|
||||
|
||||
@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
description = "redaction-service-api-v1"
|
||||
val persistenceServiceVersion = "2.631.0"
|
||||
val persistenceServiceVersion = rootProject.extra.get("persistenceServiceVersion")
|
||||
|
||||
dependencies {
|
||||
implementation("org.springframework:spring-web:6.0.12")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user