Skip to content

Commit ec85180

Browse files
authored
Mp 21.1 (#7)
* MP-21.1: added new classes * MP-21.1: fixed project structure and test package
1 parent e7cfea5 commit ec85180

19 files changed

Lines changed: 91 additions & 11 deletions

build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@ repositories {
99
mavenCentral()
1010
}
1111

12-
sourceSets {
13-
main {
14-
java {
15-
srcDirs = ['src']
16-
}
17-
}
18-
test{
19-
java{
20-
}
21-
}
22-
}
2312

2413
dependencies {
2514
testImplementation platform('org.junit:junit-bom:5.10.0')
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)