Skip to content

Commit

Permalink
feat(plugin): release v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Almighty-Alpaca committed Oct 31, 2023
1 parent cc67f70 commit e9f37d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/plugins/src/main/kotlin/FileIndicesPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class FileIndicesPlugin : Plugin<Project> {
val task = target.tasks.register("generateFileIndices", GenerateFileIndices::class)

target.sourceSets.named("main") {
output.dir(task.map { it.outputDir }, "builtBy" to task)
output.dir(mapOf("builtBy" to task), task.map { it.outputDir })
}

}
Expand Down
4 changes: 4 additions & 0 deletions plugin/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.12.0
- Fix error when Discord is closed or being closed (#386)
- Fix error when state or details field was empty (#289)

## v1.11.0
- Fix compatibility with IntelliJ version 2022.3

Expand Down

0 comments on commit e9f37d2

Please sign in to comment.