From 3de15dd5384c0dfca64317a29d8f67ffb15731da Mon Sep 17 00:00:00 2001 From: anchouls Date: Wed, 31 Jan 2024 16:39:39 +0100 Subject: [PATCH] Adding .run and updated readme --- .run/Build course.run.xml | 24 ++++++++++++++++++++++++ README.md | 1 + 2 files changed, 25 insertions(+) create mode 100644 .run/Build course.run.xml diff --git a/.run/Build course.run.xml b/.run/Build course.run.xml new file mode 100644 index 0000000..2e0d992 --- /dev/null +++ b/.run/Build course.run.xml @@ -0,0 +1,24 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file diff --git a/README.md b/README.md index f1f960b..1c11251 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # JetBrains Academy Java Course Template [![official project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) +[![Gradle Build](https://github.com/jetbrains-academy/java-course-template/actions/workflows/gradle-build.yml/badge.svg)](https://github.com/jetbrains-academy/java-course-template/actions/workflows/gradle-build.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) > **Note**