remove inclusion of config and logging file in jar
This commit is contained in:
parent
be96e9495a
commit
e6b4a8b55c
|
@ -1,9 +0,0 @@
|
||||||
<component name="libraryTable">
|
|
||||||
<library name="config">
|
|
||||||
<CLASSES>
|
|
||||||
<root url="file://$PROJECT_DIR$/config" />
|
|
||||||
</CLASSES>
|
|
||||||
<JAVADOC />
|
|
||||||
<SOURCES />
|
|
||||||
</library>
|
|
||||||
</component>
|
|
|
@ -12,7 +12,6 @@
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="library" exported="" scope="RUNTIME" name="config" level="project" />
|
|
||||||
<orderEntry type="module-library" exported="">
|
<orderEntry type="module-library" exported="">
|
||||||
<library name="jarjar">
|
<library name="jarjar">
|
||||||
<CLASSES>
|
<CLASSES>
|
||||||
|
|
|
@ -21,7 +21,7 @@ processResources.doLast {
|
||||||
}
|
}
|
||||||
|
|
||||||
// no need to use the resource dir
|
// no need to use the resource dir
|
||||||
sourceSets.main.resources.srcDirs 'src/main/java', rootProject.file('config')
|
sourceSets.main.resources.srcDirs 'src/main/java'
|
||||||
sourceSets.test.resources.srcDirs 'src/test/java'
|
sourceSets.test.resources.srcDirs 'src/test/java'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Reference in New Issue