Skip to content

Commit

Permalink
GH-638 Reimplement project (Resolve #638)
Browse files Browse the repository at this point in the history
* GH-638 Initialize reimplementation proposals

* GH-638 Stabilize Ktor based backend and Next.js based frontend modules, remove deprecated modules

* GH-638 Add missing exec permission to gradlew command

* GH-638 Fix Hub CI
  • Loading branch information
dzikoysk authored Feb 19, 2021
1 parent e587414 commit 3f98213
Show file tree
Hide file tree
Showing 217 changed files with 11,393 additions and 7,733 deletions.
17 changes: 0 additions & 17 deletions .appveyor.yml

This file was deleted.

16 changes: 9 additions & 7 deletions .github/workflows/maven.yml → .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 14
uses: actions/setup-java@v1
with:
java-version: 14
- name: Build with Maven
run: mvn -B package --file pom.xml
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Grant execute permission for gradlew
run: cd hub-backend && chmod +x gradlew
- name: Build with Gradle
run: cd hub-backend && ./gradlew build
Loading

0 comments on commit 3f98213

Please sign in to comment.