Skip to content

Commit 1608aaf

Browse files
authored
Merge pull request #107 from polypheny/pipeline-gradle
2 parents 94289a6 + eb02e06 commit 1608aaf

6 files changed

Lines changed: 50 additions & 28 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to DBIS Nexus
1+
name: Publish to artifacts.polypheny.com
22

33
on:
44
push:
@@ -11,16 +11,16 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- name: Set up JDK
16-
uses: actions/setup-java@v4
16+
uses: actions/setup-java@v5
1717
with:
1818
distribution: 'temurin'
19-
java-version: 17
19+
java-version: 21
2020
- name: Build with Gradle
2121
run: ./gradlew --no-daemon build packageDistribution
2222
- name: Publish Zip to artifacts.polypheny.com
23-
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
23+
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
2424
with:
2525
server: artifacts.polypheny.com
2626
username: ${{ secrets.FTP_USERNAME }}

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ Polypheny-UI supports a wide range of features including:
99

1010
* Monitoring the current status
1111
* Modifying settings
12-
* Modify the schema
13-
* Model foreign key relationships
12+
* Defining and modify the schema
13+
* Create and modify constraints
14+
* Model relationships
1415
* View and edit stored data
1516
* Execute arbitrary queries
1617
* Analyze query execution
1718
* Graphically build query plans
18-
* Explore-by-example based data exploration
19+
* Define Workflows
20+
* Work with Polypheny Notebooks
1921

2022

2123
## Roadmap ##

gradle/wrapper/gradle-wrapper.jar

4.09 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-all.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

gradlew

Lines changed: 28 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)