Update Plugins (non-major)
This commit is contained in:
parent
ef23ee0ade
commit
efbb9ab70b
@ -1,6 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id("com.knecon.fforesight.java-conventions")
|
id("com.knecon.fforesight.java-conventions")
|
||||||
id("io.freefair.lombok") version "8.4"
|
id("io.freefair.lombok") version "8.12.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
description = "layoutparser-service-internal-api"
|
description = "layoutparser-service-internal-api"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id("com.knecon.fforesight.java-conventions")
|
id("com.knecon.fforesight.java-conventions")
|
||||||
id("io.freefair.lombok") version "8.4"
|
id("io.freefair.lombok") version "8.12.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
description = "layoutparser-service-processor"
|
description = "layoutparser-service-processor"
|
||||||
|
|||||||
@ -4,9 +4,9 @@ plugins {
|
|||||||
application
|
application
|
||||||
id("com.knecon.fforesight.java-conventions")
|
id("com.knecon.fforesight.java-conventions")
|
||||||
id("org.springframework.boot") version "3.1.5"
|
id("org.springframework.boot") version "3.1.5"
|
||||||
id("io.spring.dependency-management") version "1.1.3"
|
id("io.spring.dependency-management") version "1.1.7"
|
||||||
id("org.sonarqube") version "4.3.0.3225"
|
id("org.sonarqube") version "4.4.1.3373"
|
||||||
id("io.freefair.lombok") version "8.4"
|
id("io.freefair.lombok") version "8.12.1"
|
||||||
// id("org.graalvm.buildtools.native") version "0.9.23"
|
// id("org.graalvm.buildtools.native") version "0.9.23"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id("com.knecon.fforesight.java-conventions")
|
id("com.knecon.fforesight.java-conventions")
|
||||||
id("io.freefair.lombok") version "8.4"
|
id("io.freefair.lombok") version "8.12.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
description = "Library for adding/removing layers in the viewer document"
|
description = "Library for adding/removing layers in the viewer document"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user