build: Change build scripts.

This commit is contained in:
Zihlu Wang
2024-01-31 11:10:48 +08:00
parent 644d696cb6
commit e120becf94
11 changed files with 99 additions and 126 deletions
-7
View File
@@ -15,13 +15,6 @@
* limitations under the License.
*/
val projectUrl by extra("https://codecrafters.org.cn/JDevKit")
val projectGithubUrl by extra("https://github.com/CodeCraftersCN/JDevKit")
val globalGroupId by extra("cn.org.codecrafters")
val globalVersion by extra("1.2.2-gradle")
val licenseName by extra("The Apache License, Version 2.0")
val licenseUrl by extra("https://www.apache.org/licenses/LICENSE-2.0.txt")
val logbackVersion: String by project
val junitVersion: String by project
val slf4jVersion: String by project