8000 adding Kotlin DSL by DerEchtePilz · Pull Request #357 · CommandAPI/CommandAPI · GitHub
[go: up one dir, main page]

Skip to content

adding Kotlin DSL #357

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Nov 3, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removing statement to relocate from Kotlin setup in the documentation
  • Loading branch information
DerEchtePilz committed Nov 3, 2022
commit b3cf4859f7d332ca71a4cb6f3c65eca9d3657444
2 changes: 1 addition & 1 deletion docssrc/src/kotlinintro.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ tasks.withType<KotlinCompile> {

</div>

Finally, you need to add it to the `shadowJar` configuration task and relocate it to your desired location:
Finally, you need to add it to the `shadowJar` configuration task:

<div class="multi-pre">

Expand Down
0