mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-07 03:06:03 +08:00
Moves src folder to simplify build.gradle configuration. If JSON-Java source is merged, it's src fold would now be src/main/java/org.json/ instead of src/main/org.json as well.
This commit is contained in:
17
build.gradle
17
build.gradle
@@ -4,21 +4,8 @@ apply plugin: 'jacoco'
|
||||
|
||||
sourceSets {
|
||||
// Uncomment main if you have merged JSON-Java and JSON-Java-unit-test code
|
||||
main {
|
||||
java {
|
||||
srcDir 'src'
|
||||
exclude 'test/'
|
||||
}
|
||||
}
|
||||
test {
|
||||
java {
|
||||
srcDir 'src/test'
|
||||
exclude 'resources/'
|
||||
}
|
||||
resources {
|
||||
srcDir 'resources'
|
||||
}
|
||||
}
|
||||
main
|
||||
test
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
Reference in New Issue
Block a user