gradle draft
This commit is contained in:
parent
464ee77c1f
commit
c93d03f198
@ -8,47 +8,19 @@ plugins {
|
||||
id("io.freefair.lombok") version "8.4"
|
||||
}
|
||||
|
||||
java.sourceCompatibility = JavaVersion.VERSION_17
|
||||
java.targetCompatibility = JavaVersion.VERSION_17
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
maven {
|
||||
url = uri("https://nexus.knecon.com/repository/gindev/")
|
||||
}
|
||||
|
||||
maven {
|
||||
url = uri("https://pdftron.com/maven/release")
|
||||
}
|
||||
|
||||
maven {
|
||||
url = uri("https://repo.spring.io/milestone")
|
||||
}
|
||||
|
||||
maven {
|
||||
url = uri("http://dist.wso2.org/maven2/")
|
||||
isAllowInsecureProtocol = true
|
||||
}
|
||||
|
||||
maven {
|
||||
url = uri("https://projectlombok.org/edge-releases")
|
||||
}
|
||||
|
||||
maven {
|
||||
url = uri("https://repo.maven.apache.org/maven2/")
|
||||
}
|
||||
|
||||
maven {
|
||||
url = uri("https://pdftron.com/maven/release")
|
||||
}
|
||||
|
||||
maven {
|
||||
url = uri("https://nexus.knecon.com/repository/red-platform-releases/")
|
||||
url = uri("https://nexus.knecon.com/repository/gindev/");
|
||||
credentials {
|
||||
username = providers.gradleProperty("mavenUser").getOrNull();
|
||||
password = providers.gradleProperty("mavenPassword").getOrNull();
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -57,11 +29,11 @@ dependencies {
|
||||
api(libs.com.google.guava.guava)
|
||||
api(libs.org.projectlombok.lombok)
|
||||
api(libs.org.springframework.boot.spring.boot.configuration.processor)
|
||||
implementation("com.pdftron:PDFNet:10.5.0")
|
||||
implementation("com.pdftron:PDFNet:10.3.0")
|
||||
testImplementation(libs.org.junit.jupiter.junit.jupiter)
|
||||
testImplementation(libs.org.assertj.assertj.core)
|
||||
testImplementation(libs.org.mockito.mockito.core)
|
||||
testImplementation(libs.org.apache.logging.log4j.log4j.slf4j2.impl)
|
||||
testImplementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.20.0")
|
||||
testImplementation(libs.org.junit.jupiter.junit.jupiter)
|
||||
testImplementation(libs.org.assertj.assertj.core)
|
||||
testImplementation(libs.org.mockito.mockito.core)
|
||||
@ -73,6 +45,7 @@ group = "com.iqser.red.commons"
|
||||
version = "2.0-SNAPSHOT"
|
||||
description = "pdftron-logic-commons"
|
||||
java.sourceCompatibility = JavaVersion.VERSION_17
|
||||
java.targetCompatibility = JavaVersion.VERSION_17
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user