forked from I2P_Developers/i2p.i2p
Build: Update gradle to 8.5
This commit is contained in:
@@ -19,12 +19,12 @@ sourceSets {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':core')
|
||||
runtime files('lib/wrapper/all/wrapper.jar')
|
||||
implementation project(':core')
|
||||
runtimeOnly files('lib/wrapper/all/wrapper.jar')
|
||||
}
|
||||
|
||||
jar {
|
||||
baseName 'utility'
|
||||
archiveBaseName.set('utility')
|
||||
from project(':core').sourceSets.main.output
|
||||
include 'net/i2p/installer/**'
|
||||
include 'net/i2p/util/FileUtil.class'
|
||||
@@ -34,7 +34,7 @@ jar {
|
||||
}
|
||||
|
||||
task jbigiJar(type: Jar) {
|
||||
baseName = 'jbigi'
|
||||
archiveBaseName = 'jbigi'
|
||||
from sourceSets.jbigi.output
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user