File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 34
34
35
35
- name : Gradle build
36
36
id : ci-gradle-build
37
- run : ./gradlew clean assemble
37
+ run : ./gradlew clean shadowJar
38
38
39
39
# - name: Gradle tests
40
40
# run: ./gradlew test
Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ at the moment, the jar file is tagged as '5.0.0-SNAPSHOT'
10
10
./gradlew clean publishToMavenLocal
11
11
```
12
12
13
+ or (jar file ** must** be complete then loaded by python wrappers
14
+ ```
15
+ ./gradlew shadowJar
16
+ ```
17
+
13
18
## python part: test locally
14
19
15
20
### Conda environment
@@ -65,6 +70,7 @@ open htmlcov/index.html
65
70
./python_examples/simple_query.py -j $PWD/build/libs/corese-python-5.0.0-SNAPSHOT-jar-with-dependencies.jar
66
71
```
67
72
73
+ Remark: to build this jar file, you must run ` ./gradlew shadowJar ` before
68
74
69
75
### experimental: run a simple example using jpype bridge (without installing)
70
76
You can’t perform that action at this time.
0 commit comments