refactor: me.zacharias.chat → me.neurodock, org rename cleanup
build / build (push) Has been cancelled
build / build (push) Has been cancelled
- Renamed package from me.zacharias.chat to me.neurodock across all 8 modules - Updated Gradle group from me.zacharias.neurodock to me.neurodock - Updated README and other files to reflect new Gitea org URL (Chat_things → neurodock) Dev note: 95 files touched. The Great Refactor is complete, long may it rest.
This commit is contained in:
@@ -2,7 +2,6 @@ plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
group = 'me.zacharias'
|
||||
version = '1.0-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
|
||||
+4
-6
@@ -1,10 +1,8 @@
|
||||
package me.zacharias.chat.launcher;
|
||||
package me.neurodock.launcher;
|
||||
|
||||
//import me.zacharias.chat.api.APIApplication;
|
||||
import me.zacharias.chat.core.LaunchOptions;
|
||||
import me.zacharias.chat.display.Display;
|
||||
|
||||
import java.lang.reflect.Method;
|
||||
//import api.me.neurodock.APIApplication;
|
||||
import me.neurodock.core.LaunchOptions;
|
||||
import me.neurodock.display.Display;
|
||||
|
||||
/**
|
||||
* The launcher for AI_chat.<br>
|
||||
Reference in New Issue
Block a user