Skip to content

Commit

Permalink
removed modules.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Oct 17, 2022
1 parent 91e0729 commit 605e521
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 131 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ if (projectVersion.contains("SNAPSHOT")) {
subprojects {
tasks.register<DependencyReportTask>("allDependencies") {}

// (re-)create a file that contains all maven publications
val f = File("${project.rootDir.absolutePath}/docs/developer/modules.md")
if (f.exists()) {
f.delete()
}
afterEvaluate {
publishing {
publications.forEach { i ->
Expand Down Expand Up @@ -104,7 +99,6 @@ subprojects {
}
}
}
f.appendText("\n${mp.groupId}:${mp.artifactId}:${mp.version}")
}
}
}
Expand Down
125 changes: 0 additions & 125 deletions docs/developer/modules.md

This file was deleted.

0 comments on commit 605e521

Please sign in to comment.