Skip to content

Commit

Permalink
Merge pull request #2 from FineCinnamon/modify-project-structure
Browse files Browse the repository at this point in the history
Modify project structure
  • Loading branch information
raulraja authored Mar 24, 2017
2 parents 174f870 + dc6663b commit cb9bc7e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions library/build.gradle → core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ repositories {

apply plugin: 'maven'

group = 'finecinnamon.kats'
group = 'com.github.finecinnamon'

sourceSets {
main.java.srcDirs += 'library/src/main/java'
main.java.srcDirs += 'core/src/main/java'
}
3 changes: 3 additions & 0 deletions core/src/main/java/kats/dummy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Dummy file to maintain visible the package structure.

Can be removed in future commits.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':futurek'
include ':core'

0 comments on commit cb9bc7e

Please sign in to comment.