9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-26 18:39:19 +00:00

Began rewriting many elements in kotlin

This commit is contained in:
Auxilor
2021-09-29 12:21:24 +01:00
parent 8f2a7bfbdb
commit 2b36619a8d
30 changed files with 527 additions and 717 deletions

View File

@@ -1,3 +1,13 @@
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
}
}
plugins {
id 'java-library'
id 'com.github.johnrengelman.shadow' version '7.0.0'
@@ -10,6 +20,7 @@ dependencies {
}
allprojects {
apply plugin: 'kotlin'
apply plugin: 'java'
apply plugin: 'maven-publish'
apply plugin: 'com.github.johnrengelman.shadow'