Skip to content

Commit 6197b2b

Browse files
FKHalsFKHals
authored andcommitted
[DO NOT MERGE] Move smack patches to libratory
1 parent ac4f872 commit 6197b2b

File tree

10 files changed

+4
-4
lines changed

10 files changed

+4
-4
lines changed

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848

4949
sourceSets {
5050
main {
51-
java.srcDirs("src", "patches")
51+
java.srcDirs("src")
5252
resources.srcDirs("resources")
5353
}
5454
test {

core/build.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
source.. = src/,\
2-
patches/
1+
source.. = src/
32
output.. = bin/
43
bin.includes = META-INF/,\
54
.,\

libratory/build.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
source.. = src/
1+
source.. = src/,\
2+
patches/
23
output.. = bin/
34
bin.includes = META-INF/,\
45
.,\
File renamed without changes.

0 commit comments

Comments
 (0)