feat: Moved package name from cn.org.codecrafters to com.onixbyte
This commit is contained in:
@@ -58,8 +58,8 @@ publishing {
|
||||
}
|
||||
|
||||
scm {
|
||||
connection = "scm:git:git://github.com:CodeCraftersCN/JDevKit.git"
|
||||
developerConnection = "scm:git:git://github.com:CodeCraftersCN/JDevKit.git"
|
||||
connection = "scm:git:git://github.com:OnixByte/JDevKit.git"
|
||||
developerConnection = "scm:git:git://github.com:OnixByte/JDevKit.git"
|
||||
url = projectGithubUrl
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package cn.org.codecrafters.devkit.core.exceptions;
|
||||
package com.onixbyte.devkit.core.exceptions;
|
||||
|
||||
/**
|
||||
* The {@code NotImplementedException} class is a custom runtime exception
|
||||
+1
-1
@@ -21,4 +21,4 @@
|
||||
* @author Zihlu Wang
|
||||
* @since 1.0.0
|
||||
*/
|
||||
package cn.org.codecrafters.devkit.core.exceptions;
|
||||
package com.onixbyte.devkit.core.exceptions;
|
||||
+1
-1
@@ -40,4 +40,4 @@
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
package cn.org.codecrafters.devkit.core;
|
||||
package com.onixbyte.devkit.core;
|
||||
+1
-1
@@ -39,4 +39,4 @@
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
package cn.org.codecrafters.devkit;
|
||||
package com.onixbyte.devkit;
|
||||
Reference in New Issue
Block a user