forked from I2P_Developers/i2p.i2p
Tests: Exclude BuildMessageTestStandalone from gradle tests
NPEs via junit; must be run via main() Already disabled on ant side
This commit is contained in:
@@ -2,6 +2,8 @@ plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
apply plugin: 'java' // adds 'test' task
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
@@ -49,4 +51,9 @@ jar {
|
||||
from ('resources', {
|
||||
into "net/i2p/router/util/resources"
|
||||
})
|
||||
|
||||
test {
|
||||
exclude 'net/i2p/router/tunnel/pool/**'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user