forked from I2P_Developers/i2p.i2p
Gradle: Generate attributes for JAR manifests
This commit is contained in:
@@ -21,6 +21,13 @@ dependencies {
|
||||
api project(':core')
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes 'Specification-Title': 'I2P Streaming API'
|
||||
attributes 'Implementation-Title': 'I2P Java Streaming API'
|
||||
}
|
||||
}
|
||||
|
||||
configurations {
|
||||
tests
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user