From 6acdeb4bf7fd62e8434cb396350b213f847419cc Mon Sep 17 00:00:00 2001 From: Will Date: Wed, 15 May 2024 21:51:10 +1200 Subject: [PATCH] Rename to `java-template` (#240) --- README.md | 10 +++++----- settings.gradle.kts | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ce2a898..4a55c5b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# java-gradle-template +# java-template -[![build](https://github.com/will-molloy/java-gradle-template/workflows/build/badge.svg?branch=main&event=push)](https://github.com/will-molloy/java-gradle-template/actions?query=workflow%3Abuild) -[![codecov](https://codecov.io/gh/will-molloy/java-gradle-template/branch/main/graph/badge.svg)](https://codecov.io/gh/will-molloy/java-gradle-template) +[![build](https://github.com/will-molloy/java-template/workflows/build/badge.svg?branch=main&event=push)](https://github.com/will-molloy/java-template/actions?query=workflow%3Abuild) +[![codecov](https://codecov.io/gh/will-molloy/java-template/branch/main/graph/badge.svg)](https://codecov.io/gh/will-molloy/java-template) template repo for Java projects using Gradle @@ -19,9 +19,9 @@ template repo for Java projects using Gradle ## Usage -- Click [Use this template](https://github.com/will-molloy/java-gradle-template/generate) +- Click [Use this template](https://github.com/will-molloy/java-template/generate) - This will prompt you to create a new repo with all the files setup -- Rename the root project (currently `java-gradle-template`) and group (currently `com.willmolloy`) to your liking +- Rename the root project (currently `java-template`) and group (currently `com.willmolloy`) to your liking - Delete anything you won't use (sub projects, dependencies, etc.) - Update the README - Other non-code setup like your GitHub branch protections diff --git a/settings.gradle.kts b/settings.gradle.kts index 067b92c..bae30d9 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,2 +1,2 @@ -rootProject.name = "java-gradle-template" -include("hello-world") \ No newline at end of file +rootProject.name = "java-template" +include("hello-world")