Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update Readme (#89)

Update Readme (#89) #197

Workflow file for this run

# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name:build
on:
push:
branches:[ master, dev ]
pull_request:
branches:[ master ]
jobs:
build:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v2
-name:Set up JDK 8
uses:actions/setup-java@v2
with:
java-version:'8'
distribution:'temurin'
cache:maven
-name:Build with Maven
run:mvn -B package --file pom.xml

[8]ページ先頭

©2009-2025 Movatter.jp