Skip to content

Commit

Permalink
#309 Fix info task (register + drop deprecated output)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Jan 26, 2024
1 parent e6490e0 commit 8ca03b2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ allprojects {
mavenCentral()
}

task info(
description: "info on path and objects"
) {
tasks.register("info") {
doLast
{
println "project.name : " + project.name
Expand All @@ -36,7 +34,6 @@ allprojects {
println "project.path : " + project.path
println "projectDir : " + projectDir
println "groupId : " + project.group
println "buildDir : " + buildDir
println "targetCompatibility : " + java.targetCompatibility
println "=" * 80
}
Expand Down

0 comments on commit 8ca03b2

Please sign in to comment.