Skip to content
Snippets Groups Projects
Commit cf3eea1a authored by felmer's avatar felmer
Browse files

SSDM-8498: remove main resource also from build.gradle of screening and...

SSDM-8498: remove main resource also from build.gradle of screening and rtd_phosponetx because javadoc task didn't work
parent ca61b94e
No related branches found
No related tags found
No related merge requests found
......@@ -18,11 +18,6 @@ dependencies {
}
sourceSets {
main {
resources {
srcDirs = ['source/java']
}
}
test {
resources {
srcDirs = ['source/java']
......
......@@ -21,11 +21,6 @@ dependencies {
}
sourceSets {
main {
resources {
srcDirs = ['source/java']
}
}
test {
resources {
srcDirs = ['source/java']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment