mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-26 00:02:06 +01:00
Update PowerMock to 2.0.2
and set Mockito 2's mock-maker-inline as MockMaker to allow mocking of final classes.
This commit is contained in:
parent
f8de22478b
commit
f4ee7dd541
2 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,7 @@ allprojects {
|
||||||
':smack-openpgp',
|
':smack-openpgp',
|
||||||
].collect { project(it) }
|
].collect { project(it) }
|
||||||
junitVersion = '5.4.2'
|
junitVersion = '5.4.2'
|
||||||
powerMockVersion = '1.7.3'
|
powerMockVersion = '2.0.2'
|
||||||
}
|
}
|
||||||
group = 'org.igniterealtime.smack'
|
group = 'org.igniterealtime.smack'
|
||||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
mock-maker-inline
|
Loading…
Reference in a new issue