Skip to content

Commit

Permalink
use original build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
hax0r31337 committed Dec 6, 2021
1 parent 0b3e641 commit 420fc2f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 20 deletions.
21 changes: 21 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.6.0'
id 'java'
}

group = "me.liuli.elixir"
version = "1.1.0"

repositories {
mavenCentral()
maven {
name = "papermc"
url = "https://papermc.io/repo/repository/maven-releases/"
}
}

dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.6.0'
implementation 'com.mojang:authlib:1.5.25'
implementation 'com.beust:klaxon:5.5'
}
18 changes: 0 additions & 18 deletions build.gradle.kts

This file was deleted.

2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
rootProject.name = 'Elixir'

2 changes: 0 additions & 2 deletions settings.gradle.kts

This file was deleted.

0 comments on commit 420fc2f

Please sign in to comment.