Skip to content

Commit

Permalink
Last BeakerX configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
santanche authored May 7, 2019
1 parent 3554e02 commit 10e78e0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
14 changes: 14 additions & 0 deletions configuration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: beakerx
channels:
- conda-forge
dependencies:
- python>=3
- openjdk=8.0.121
- notebook>=5.7.6
- tornado>6
- ipywidgets>=7.0.0
- nodejs
- pandas
- maven
- py4j
- requests
10 changes: 10 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
jdk:
- oraclejdk8

install:
- ./kernel/gradlew -p kernel/base publishToMavenLocal
- ./kernel/gradlew -p kernel/clojure publishToMavenLocal
- ./kernel/gradlew -p kernel/groovy publishToMavenLocal
- ./kernel/gradlew -p kernel/java publishToMavenLocal
- ./kernel/gradlew -p kernel/scala publishToMavenLocal

0 comments on commit 10e78e0

Please sign in to comment.