Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MCDEVS
Spigot Plugins
GordonRamsay
Commits
4e44c584
Verified
Commit
4e44c584
authored
Jun 29, 2020
by
Hunter Wignall
Browse files
Remove Kotlin from the JAR
parent
bef0e54c
Pipeline
#130
passed with stages
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
4e44c584
...
...
@@ -28,16 +28,10 @@
<dependencies>
<dependency>
<groupId>
org.jetbrains.kotlin
</groupId>
<artifactId>
kotlin-stdlib
</artifactId>
<version>
${kotlin.version}
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
<groupId>
org.jetbrains.kotlin
</groupId>
<artifactId>
kotlin-test
</artifactId>
<version>
${kotlin.version}
</version>
<scope>
test
</scope>
<groupId>
us.mcdevs.library.kotlin
</groupId>
<artifactId>
Kotlin
</artifactId>
<version>
1.3.72
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
org.spigotmc
</groupId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment