blob: c6a64b2fe8e01eee6bb1b2703d75745e5433d621 [file] [log] [blame]
/*
* This file was generated by the Gradle 'init' task.
*/
plugins {
id 'java-library'
}
configurations {
tests
}
dependencies {
api 'org.apache.geronimo.specs:geronimo-jpa_2.2_spec:1.0'
implementation 'org.apache.openjpa:openjpa:3.1.0'
implementation 'com.google.guava:guava:25.1-jre'
implementation 'org.slf4j:slf4j-api:1.7.27'
testImplementation 'org.apache.derby:derby:10.14.2.0'
}
tasks.register('testsJar', Jar) {
archiveClassifier = 'tests'
from(sourceSets.test.output)
}
artifacts {
tests testsJar
}
publishing.publications.maven.artifact(testsJar)