build: remove useless properties from root build.gradle.kts

This commit is contained in:
Harsh Shandilya 2022-03-25 15:44:40 +00:00 committed by GitHub
parent cb81b58653
commit edd537b351
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,10 +39,6 @@ tasks.withType<DependencyUpdatesTask>().configureEach {
reportfileName = "report"
}
group = "dev.msfjarvis.claw"
version = "1.0"
spotless {
kotlin {
target("**/*.kt")