Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Correct pom generation
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranpons committed Mar 6, 2019
1 parent 6bc6198 commit 3de9c0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions generator/build.gradle
Expand Up @@ -94,8 +94,6 @@ publishing {
}
}

// List all "compile" dependencies (for old Gradle)
configurations.compile.getDependencies().each { dep -> addDependency(dep, "compile") }
// List all "api" dependencies (for new Gradle) as "compile" dependencies
configurations.api.getDependencies().each { dep -> addDependency(dep, "compile") }
// List all "implementation" dependencies (for new Gradle) as "runtime" dependencies
Expand Down

0 comments on commit 3de9c0d

Please sign in to comment.