Archived
0

refactoring: NetByteBuf

This commit is contained in:
2021-05-09 22:50:30 +03:00
parent 72b06bca7b
commit 7f7fefdc98
8 changed files with 35 additions and 17 deletions

View File

@@ -1,6 +1,7 @@
//file:noinspection GrUnresolvedAccess
apply plugin: 'java'
apply plugin: 'java-library'
apply plugin: 'jacoco'
apply from: rootDir.toPath().resolve('libs.gradle').toFile()
String getProperty1(String propertyName1, String propertyName2) {
@@ -41,3 +42,7 @@ dependencies {
test {
useJUnitPlatform()
}
jacoco {
toolVersion = '0.8.7'
}