forked from I2P_Developers/i2p.i2p
Gradle: Use plugins DSL where possible
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
apply plugin: 'java-library'
|
||||
apply plugin: 'scala'
|
||||
plugins {
|
||||
id 'java-library'
|
||||
id 'scala'
|
||||
}
|
||||
|
||||
archivesBaseName = 'i2p'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user