Skip to content

Commit

Permalink
build: remove unused test-app submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
skylot committed Jun 27, 2019
1 parent c10a303 commit a7247e8
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 94 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spotless {
}
format 'misc', {
target '**/*.gradle', '**/*.md', '**/*.xml', '**/.gitignore', '**/.properties'
targetExclude "jadx-test-app/test-app/**", ".gradle/**", ".idea/**"
targetExclude ".gradle/**", ".idea/**"

lineEndings(LineEnding.UNIX)
encoding("UTF-8")
Expand Down Expand Up @@ -152,10 +152,6 @@ task samples(dependsOn: 'jadx-samples:samples') {
group 'jadx'
}

task testAppCheck(dependsOn: 'jadx-test-app:testAppCheck') {
group 'jadx'
}

task cleanBuildDir(type: Delete) {
group 'jadx'
delete buildDir
Expand Down
14 changes: 0 additions & 14 deletions jadx-test-app/README.md

This file was deleted.

70 changes: 0 additions & 70 deletions jadx-test-app/build.gradle

This file was deleted.

1 change: 0 additions & 1 deletion jadx-test-app/test-app
Submodule test-app deleted from 2f34a7
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ include 'jadx-core'
include 'jadx-cli'
include 'jadx-gui'
include 'jadx-samples'
include 'jadx-test-app'

0 comments on commit a7247e8

Please sign in to comment.