Skip to content

Commit

Permalink
fix: missing gradle plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
confuser committed May 24, 2024
1 parent 84317e3 commit b95bfc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions velocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
`java-library`
`maven-publish`
signing
}

applyPlatformAndCoreConfiguration()
Expand Down

0 comments on commit b95bfc5

Please sign in to comment.