Skip to content

Commit

Permalink
Yeetus kotlin extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofaa2 committed May 9, 2024
1 parent 5cbb05d commit d77a012
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 90 deletions.
6 changes: 3 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions kotlin/kotlin-extensions-spigot/build.gradle

This file was deleted.

This file was deleted.

4 changes: 1 addition & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ include 'api'
include 'platforms:spigot'
findProject(':platforms:spigot')?.name = 'spigot'
include 'common'
include 'code-gen'

if (!Boolean.parseBoolean(System.getenv("JITPACK"))) {
include 'code-gen'
include 'test-plugin'
}
include 'kotlin:kotlin-extensions-spigot'
findProject(':kotlin:kotlin-extensions-spigot')?.name = 'kotlin-extensions-spigot'
include 'platforms:velocity'
findProject(':platforms:velocity')?.name = 'velocity'

0 comments on commit d77a012

Please sign in to comment.