Skip to content

Commit

Permalink
fix readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
powercasgamer committed Nov 26, 2023
1 parent 2b43df9 commit 592cca5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions build-logic/src/main/kotlin/ext.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ fun Project.applyJarMetadata(moduleName: String) {
val indraGit = project.extensions.findByType<IndraGitExtension>()
indraGit?.apply {
applyVcsInformationToManifest(manifest)

if (isPresent) {
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/paper-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ hangarPublish {
}
}
pages {
resourcePage(provider { file("README.md").readText() })
resourcePage(provider { rootProject.file("README.md").readText() })
}
}
}

0 comments on commit 592cca5

Please sign in to comment.