22 lines
453 B
Plaintext
22 lines
453 B
Plaintext
/*
|
|
* This file was generated by the Gradle 'init' task.
|
|
*
|
|
* This project uses @Incubating APIs which are subject to change.
|
|
*/
|
|
|
|
plugins {
|
|
id("com.iqser.red.service.java-conventions")
|
|
id("io.freefair.lombok") version "8.0.1"
|
|
}
|
|
|
|
dependencies {
|
|
api("org.springframework:spring-web:6.0.6")
|
|
api("com.iqser.red.service:persistence-service-internal-api-v1:2.79.0")
|
|
}
|
|
|
|
description = "redaction-service-api-v1"
|
|
|
|
java {
|
|
withJavadocJar()
|
|
}
|