Skip to content

Commit

Permalink
Merge pull request apache#185 from seznam/gradle_add_examples
Browse files Browse the repository at this point in the history
Add euphoria-examples module to gradle
  • Loading branch information
dmvk committed Nov 14, 2017
2 parents 2c8707d + 707ce57 commit 9514cfe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sdks/java/extensions/euphoria/euphoria-examples/build.gradle
@@ -0,0 +1,7 @@
dependencies {
compile project(':euphoria-core')
compile project(':euphoria-hadoop')
compile project(':euphoria-flink')
compile project(':euphoria-spark')
compile project(':euphoria-local')
}
3 changes: 3 additions & 0 deletions sdks/java/extensions/euphoria/settings.gradle
Expand Up @@ -16,6 +16,9 @@ include ':euphoria-spark'
// ~ extras
include ':euphoria-fluent'

// ~ examples
include ':euphoria-examples'

// ~ benchmarks
include ':benchmarks:benchmark-model'
include ':benchmarks:benchmark-euphoria-common'
Expand Down

0 comments on commit 9514cfe

Please sign in to comment.