mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Make buildscripts backwards compatible with Gradle 4.0
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
language: java
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
before_install:
|
||||
- gradle wrapper
|
||||
before_cache:
|
||||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
||||
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
|
||||
|
||||
Vendored
+1
-3
@@ -1,6 +1,4 @@
|
||||
plugins {
|
||||
id "java-library"
|
||||
}
|
||||
apply plugin: 'java-library'
|
||||
|
||||
description = 'Apollo Cache'
|
||||
|
||||
|
||||
+3
-5
@@ -1,8 +1,6 @@
|
||||
plugins {
|
||||
id 'application'
|
||||
id 'org.jetbrains.kotlin.jvm'
|
||||
id 'org.jetbrains.kotlin.plugin.scripting'
|
||||
}
|
||||
apply plugin: 'application'
|
||||
apply plugin: 'org.jetbrains.kotlin.jvm'
|
||||
apply plugin: 'org.jetbrains.kotlin.plugin.scripting'
|
||||
|
||||
description = 'Apollo Game'
|
||||
mainClassName = 'org.apollo.Server'
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
id 'org.jetbrains.kotlin.jvm'
|
||||
}
|
||||
apply plugin: 'java-library'
|
||||
apply plugin: 'org.jetbrains.kotlin.jvm'
|
||||
|
||||
dependencies {
|
||||
api project(':game')
|
||||
|
||||
+1
-3
@@ -1,6 +1,4 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
apply plugin: 'java-library'
|
||||
|
||||
description = 'Apollo Net'
|
||||
|
||||
|
||||
+1
-3
@@ -1,6 +1,4 @@
|
||||
plugins {
|
||||
id "java-library"
|
||||
}
|
||||
apply plugin: 'java-library'
|
||||
|
||||
description = 'Apollo Utilities'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user