From d8b18727b25734efc59f7adeae09682dea88d2c0 Mon Sep 17 00:00:00 2001
From: Ellet <73608287+ellet0@users.noreply.github.com>
Date: Mon, 8 Jul 2024 04:22:00 +0300
Subject: [PATCH] chore: update current repository references to FreshKernel
(#25)
---
.../workflows/markdown_link_check_config.json | 2 +-
CONTRIBUTING.md | 4 ++--
README.md | 24 +++++++++----------
admin/README.md | 2 +-
admin/build.gradle.kts | 2 +-
common/build.gradle.kts | 2 +-
.../kotlin/constants/ProjectInfoConstants.kt | 6 ++---
dev-local-server/build.gradle.kts | 8 +++++--
sync-script/build.gradle.kts | 2 +-
9 files changed, 28 insertions(+), 24 deletions(-)
diff --git a/.github/workflows/markdown_link_check_config.json b/.github/workflows/markdown_link_check_config.json
index 7edfbdd..8affa95 100644
--- a/.github/workflows/markdown_link_check_config.json
+++ b/.github/workflows/markdown_link_check_config.json
@@ -1,7 +1,7 @@
{
"ignorePatterns": [
{
- "pattern": "^(http|https):\\/\\/(?!github\\.com\\/ellet0\\/kraft-sync\\/).*"
+ "pattern": "^(http|https):\\/\\/(?!github\\.com\\/FreshKernel\\/kraft-sync\\/).*"
}
]
}
\ No newline at end of file
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6e3112f..91ffa05 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,7 +8,7 @@ changes
and commit them, then push the branch to your fork, and you will get a link to send a PR to the upstream repository
If you don't have anything specific in mind to improve or fix, you can take a look at
-the [issues](https://github.com/ellet0/kraft-sync/issues) or take a look at
+the [issues](https://github.com/FreshKernel/kraft-sync/issues) or take a look at
the todos of the project, they all start with `TODO:` so you can search in your IDE or use the todos tab of the IDE
> We highly recommend contacting us if you're planning to make big changes.
@@ -47,7 +47,7 @@ To set up your IDE for this project, so you can test the changes:
IntelliJ IDEA Community Edition
Use one of the shared run configurations of IntelliJ IDEA in `.idea` which will be available in:
-![IntelliJ IDEA Run Configurations](https://github.com/ellet0/kraft-sync/assets/73608287/e852c5c7-2133-4c96-95b4-2daa75f5464e)
+![IntelliJ IDEA Run Configurations](https://github.com/FreshKernel/kraft-sync/assets/73608287/e852c5c7-2133-4c96-95b4-2daa75f5464e)
Or if you want to add custom run configurations
diff --git a/README.md b/README.md
index be90de8..5cce726 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,15 @@
# Kraft Sync Script ⛏️🔄
-![GitHub Release](https://img.shields.io/github/v/release/ellet0/kraft-sync)
-![GitHub Pre-Release](https://img.shields.io/github/v/release/ellet0/kraft-sync?include_prereleases&label=pre-release)
-![License](https://img.shields.io/github/license/ellet0/kraft-sync)
-![Build and test](https://github.com/ellet0/kraft-sync/actions/workflows/build.yml/badge.svg?branch=main)
-![GitHub repo size](https://img.shields.io/github/repo-size/ellet0/kraft-sync)
-![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ellet0/kraft-sync)
+![GitHub Release](https://img.shields.io/github/v/release/FreshKernel/kraft-sync)
+![GitHub Pre-Release](https://img.shields.io/github/v/release/FreshKernel/kraft-sync?include_prereleases&label=pre-release)
+![License](https://img.shields.io/github/license/FreshKernel/kraft-sync)
+![Build and test](https://github.com/FreshKernel/kraft-sync/actions/workflows/build.yml/badge.svg?branch=main)
+![GitHub repo size](https://img.shields.io/github/repo-size/FreshKernel/kraft-sync)
+![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/FreshKernel/kraft-sync)
![JAR Size](https://img.shields.io/badge/JAR_Size-2.8_MB-blue)
![Obfuscated JAR Size](https://img.shields.io/badge/Obfuscated_JAR_Size-1.78_MB-blue)
-![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/ellet0/kraft-sync/total)
-![GitHub Repo stars](https://img.shields.io/github/stars/ellet0/kraft-sync)
+![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/FreshKernel/kraft-sync/total)
+![GitHub Repo stars](https://img.shields.io/github/stars/FreshKernel/kraft-sync)
AN **experimental** lightweight & simple and quick script that helps you to sync the content of a **Minecraft Java
instance**.
@@ -30,7 +30,7 @@ The script will sync the following:
If you're a player interested in joining a server, **make sure you trust the server administration** on this
matter—unless you're confident you know what you're doing.
-![Screenshot](https://github.com/ellet0/kraft-sync/assets/73608287/fc645eee-62a7-4f43-89ef-98677524446e)
+![Screenshot](https://github.com/FreshKernel/kraft-sync/assets/73608287/fc645eee-62a7-4f43-89ef-98677524446e)
The script might introduce **Breaking Changes** as it's still in the early stages. We will provide migration
instructions if there is any breaking change in each release. Some features might not be available yet, or unstable.
@@ -358,7 +358,7 @@ custom URL.
I have an issue/bug or feature request
-File an issue in the [issues](https://github.com/ellet0/kraft-sync/issues) with detailed information as much as you can,
+File an issue in the [issues](https://github.com/FreshKernel/kraft-sync/issues) with detailed information as much as you can,
with the error and what are you trying to do and how to reproduce it.
We will do our best to help fix it.
@@ -372,7 +372,7 @@ We have another script called [MC Mods Sync](https://github.com/ellet0/mc-mods-s
which is limited to syncing the mods only, requiring the admin
to upload the mods on GitHub and then download them,
other than many issues we discussed like storage limitation and LICENSE
-issues, it's easier to set up and maintain for the admin side yet less flexible
+issues, it's easier to set up and maintain the admin side yet less flexible
and simpler.
@@ -534,7 +534,7 @@ Thanks to:
[Kotlin]: https://kotlinlang.org/
-[Releases]: https://github.com/ellet0/kraft-sync/releases
+[Releases]: https://github.com/FreshKernel/kraft-sync/releases
[Minecraft Launcher]: https://www.minecraft.net/download
diff --git a/admin/README.md b/admin/README.md
index 8af72cc..ca31ff0 100644
--- a/admin/README.md
+++ b/admin/README.md
@@ -35,7 +35,7 @@ way, the script will get information like the hashing, the mod side (if it's ser
(required) and all the available information like the mod name
if you have a launcher that have downloading mods directly from the launcher, and it's not supported in this list, feel
-free to submit a feature request in the [issues](https://github.com/ellet0/kraft-sync/issues)
+free to submit a feature request in the [issues](https://github.com/FreshKernel/kraft-sync/issues)
### ⭐️ Important for mods uploaded to Curse Forge:
diff --git a/admin/build.gradle.kts b/admin/build.gradle.kts
index 4d7bbf6..c1e2afa 100644
--- a/admin/build.gradle.kts
+++ b/admin/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
alias(libs.plugins.ktlint)
}
-group = "net.freshplatform"
+group = "org.freshkernel"
version = libs.versions.project.get()
dependencies {
diff --git a/common/build.gradle.kts b/common/build.gradle.kts
index 8d4e465..9e1baa0 100644
--- a/common/build.gradle.kts
+++ b/common/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
alias(libs.plugins.ktlint)
}
-group = "net.freshplatform"
+group = "org.freshkernel"
version = libs.versions.project.get()
dependencies {
diff --git a/common/src/main/kotlin/constants/ProjectInfoConstants.kt b/common/src/main/kotlin/constants/ProjectInfoConstants.kt
index 9976b04..fbad9c6 100644
--- a/common/src/main/kotlin/constants/ProjectInfoConstants.kt
+++ b/common/src/main/kotlin/constants/ProjectInfoConstants.kt
@@ -1,7 +1,7 @@
package constants
object ProjectInfoConstants {
- const val REPOSITORY_URL = "https://github.com/ellet0/kraft-sync"
+ const val REPOSITORY_URL = "https://github.com/FreshKernel/kraft-sync"
const val DISPLAY_NAME = "Kraft Sync"
const val NORMALIZED_NAME = "kraft-sync"
@@ -9,8 +9,8 @@ object ProjectInfoConstants {
const val WEBSITE_URL = REPOSITORY_URL
const val LIBS_VERSIONS_TOML_FILE_URL =
- "https://raw.githubusercontent.com/ellet0/kraft-sync/main/gradle/libs.versions.toml"
+ "https://raw.githubusercontent.com/FreshKernel/kraft-sync/main/gradle/libs.versions.toml"
// TODO: This will always download the latest pre-release, will need to update the URL later
- const val LATEST_SYNC_SCRIPT_JAR_FILE_URL = "https://github.com/ellet0/kraft-sync/releases/download/latest/kraft-sync.jar"
+ const val LATEST_SYNC_SCRIPT_JAR_FILE_URL = "https://github.com/FreshKernel/kraft-sync/releases/download/latest/kraft-sync.jar"
}
diff --git a/dev-local-server/build.gradle.kts b/dev-local-server/build.gradle.kts
index 3c76b96..14302fd 100644
--- a/dev-local-server/build.gradle.kts
+++ b/dev-local-server/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
alias(libs.plugins.ktlint)
}
-group = "net.freshplatform"
+group = "org.freshkernel"
version = libs.versions.project.get()
dependencies {
@@ -16,7 +16,11 @@ tasks.test {
}
kotlin {
- jvmToolchain(libs.versions.java.get().toInt())
+ jvmToolchain(
+ libs.versions.java
+ .get()
+ .toInt(),
+ )
}
application {
diff --git a/sync-script/build.gradle.kts b/sync-script/build.gradle.kts
index 711085f..e2b8654 100644
--- a/sync-script/build.gradle.kts
+++ b/sync-script/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
alias(libs.plugins.ktlint)
}
-group = "net.freshplatform"
+group = "org.freshkernel"
version = libs.versions.project.get()
dependencies {