-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from 3D-e-Chem/knime51
Support KNIME 5.1
- Loading branch information
Showing
28 changed files
with
41 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,25 @@ | ||
# This workflow will build a Java project with Maven | ||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven | ||
|
||
name: Package | ||
name: Java CI with Maven | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
types: | ||
- "opened" | ||
- "reopened" | ||
types: [opened, synchronize, reopened] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Set up JDK 1.8 | ||
uses: actions/setup-java@v1 | ||
- uses: actions/checkout@v3 | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: 1.8 | ||
- name: Cache Maven packages | ||
uses: actions/cache@v2 | ||
with: | ||
path: ~/.m2 | ||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml', '**/MANIFEST.MF', 'targetplatform/*.target') }} | ||
restore-keys: ${{ runner.os }}-m2 | ||
java-version: 17 | ||
distribution: 'temurin' | ||
cache: maven | ||
- name: Build with Maven | ||
run: mvn -B package --file pom.xml | ||
run: mvn -B verify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<extensions> | ||
<extension> | ||
<groupId>org.eclipse.tycho</groupId> | ||
<artifactId>tycho-build</artifactId> | ||
<version>2.7.5</version> | ||
</extension> | ||
</extensions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+13.5 KB
docs/5.1/features/nl.esciencecenter.e3dchem.collection.feature_1.7.0.v202311231342.jar
Binary file not shown.
Binary file added
BIN
+927 KB
docs/5.1/plugins/nl.esciencecenter.e3dchem.gpcrdb_1.4.3.v202311211210.jar
Binary file not shown.
Binary file added
BIN
+3.42 MB
docs/5.1/plugins/nl.esciencecenter.e3dchem.knime.molviewer.plugin_2.0.3.v202311220951.jar
Binary file not shown.
Binary file added
BIN
+613 KB
.../5.1/plugins/nl.esciencecenter.e3dchem.knime.pharmacophore.plugin_1.0.5.v202311211458.jar
Binary file not shown.
Binary file added
BIN
+1.02 MB
docs/5.1/plugins/nl.esciencecenter.e3dchem.knime.plants.bin.linux_0.3.6.v202311221207.jar
Binary file not shown.
Binary file added
BIN
+634 KB
docs/5.1/plugins/nl.esciencecenter.e3dchem.knime.plants.bin.macosx_0.3.6.v202311221207.jar
Binary file not shown.
Binary file added
BIN
+460 KB
.../5.1/plugins/nl.esciencecenter.e3dchem.knime.plants.bin.windows32_0.3.6.v202311221207.jar
Binary file not shown.
Binary file added
BIN
+477 KB
docs/5.1/plugins/nl.esciencecenter.e3dchem.knime.plants.bin.windows_0.3.6.v202311221207.jar
Binary file not shown.
Binary file added
BIN
+355 KB
docs/5.1/plugins/nl.esciencecenter.e3dchem.knime.plants.plugin_0.3.6.v202311221207.jar
Binary file not shown.
Binary file added
BIN
+3.56 MB
docs/5.1/plugins/nl.esciencecenter.e3dchem.knime.silicosit.bin.linux_1.1.4.v202311221303.jar
Binary file not shown.
Binary file added
BIN
+4.19 MB
.../5.1/plugins/nl.esciencecenter.e3dchem.knime.silicosit.bin.macosx_1.1.4.v202311221303.jar
Binary file not shown.
Binary file added
BIN
+651 KB
docs/5.1/plugins/nl.esciencecenter.e3dchem.knime.silicosit.plugin_1.1.4.v202311221303.jar
Binary file not shown.
Binary file added
BIN
+710 KB
docs/5.1/plugins/nl.esciencecenter.e3dchem.kripodb.plugin_3.0.1.v202311220851.jar
Binary file not shown.
Binary file added
BIN
+12.5 KB
docs/5.1/plugins/nl.esciencecenter.e3dchem.modifiedtanimoto_1.0.7.v202311211052.jar
Binary file not shown.
Binary file added
BIN
+16.8 KB
docs/5.1/plugins/nl.esciencecenter.e3dchem.plugin_1.0.2.202311201424.jar
Binary file not shown.
Binary file added
BIN
+18.7 KB
docs/5.1/plugins/nl.esciencecenter.e3dchem.sstea.plugin_1.0.7.v202311211011.jar
Binary file not shown.
Binary file added
BIN
+17.2 KB
docs/5.1/plugins/nl.esciencecenter.e3dchem.sygma.plugin_3.0.0.v202311231258.jar
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters