java rewrite
This commit is contained in:
19
jpacrepo-impl/build.gradle
Normal file
19
jpacrepo-impl/build.gradle
Normal file
@@ -0,0 +1,19 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly group: 'jakarta.platform',
|
||||
name: 'jakarta.jakartaee-api',
|
||||
version: getProperty('jakarta.ee.version')
|
||||
|
||||
implementation group: 'org.tukaani', name: 'xz', version: getProperty('xz.version')
|
||||
implementation group: 'org.slf4j', name: 'slf4j-api', version: getProperty('slf4j.version')
|
||||
implementation group: 'net.woggioni', name: 'jzstd', version: getProperty('jzstd.version')
|
||||
implementation group: 'net.woggioni', name: 'jwo', version: getProperty('jwo.version')
|
||||
implementation group: 'org.apache.commons',
|
||||
name: 'commons-compress',
|
||||
version: getProperty('apache.commons.compress.version')
|
||||
|
||||
api project(':jpacrepo-api')
|
||||
}
|
Reference in New Issue
Block a user