Create TeaPaperServer class in Kotlin #16
This file contains hidden or 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
| name: Buid TeaPaper Plugins | ||
| on: [ push ] | ||
| jobs: | ||
| buid: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v2 | ||
| with: | ||
| submodules: recursive | ||
| - name: Setup Java JDK | ||
| uses: actions/setup-java@v1.4.3 | ||
| with: | ||
| java-version: 21 | ||
| - name: Publish to Docker | ||
| env: | ||
| run: ./gradlew :teapaper:jib --daemon | ||