-
Notifications
You must be signed in to change notification settings - Fork 0
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 #2 from umjammer/0.0.2
0.0.2
- Loading branch information
Showing
49 changed files
with
613 additions
and
606 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
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,26 @@ | ||
name: Java CI | ||
|
||
on: [push] | ||
|
||
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: Check w/o SNAPSHOT when "bump version" | ||
if: ${{ contains(github.event.head_commit.message, 'bump version') }} | ||
run: grep "<version>" pom.xml | head -1 | grep -v SNAPSHOT | ||
|
||
- name: Set up JDK 1.8 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: '8' | ||
distribution: 'temurin' | ||
cache: maven | ||
|
||
- name: Build with Maven | ||
run: mvn -B package --file pom.xml |
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 +1,2 @@ | ||
tmp/ | ||
local.properties |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[![Release](https://jitpack.io/v/umjammer/vavi-apps-treeview.svg)](https://jitpack.io/#umjammer/vavi-apps-treeview) | ||
[![Java CI](https://github.com/umjammer/vavi-apps-treeview/actions/workflows/maven.yml/badge.svg)](https://github.com/umjammer/vavi-apps-treeview/actions/workflows/maven.yml) | ||
[![CodeQL](https://github.com/umjammer/vavi-apps-treeview/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/umjammer/vavi-apps-treeview/actions/workflows/codeql-analysis.yml) | ||
![Java](https://img.shields.io/badge/Java-8-b07219) | ||
|
||
# vavi-apps-treeview | ||
|
||
🐣 Incubation for tree and application bindings. | ||
|
||
## References | ||
|
||
* [vavi-commons-sandbox](https://github.com/umjammer/vavi-commons-sandbox):dynamicmorphizm |
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
Oops, something went wrong.