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
|
language: java
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
|
before_install:
|
||||||
|
- gradle wrapper
|
||||||
before_cache:
|
before_cache:
|
||||||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
||||||
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
|
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
|
||||||
|
|||||||
Vendored
+1
-3
@@ -1,6 +1,4 @@
|
|||||||
plugins {
|
apply plugin: 'java-library'
|
||||||
id "java-library"
|
|
||||||
}
|
|
||||||
|
|
||||||
description = 'Apollo Cache'
|
description = 'Apollo Cache'
|
||||||
|
|
||||||
|
|||||||
+3
-5
@@ -1,8 +1,6 @@
|
|||||||
plugins {
|
apply plugin: 'application'
|
||||||
id 'application'
|
apply plugin: 'org.jetbrains.kotlin.jvm'
|
||||||
id 'org.jetbrains.kotlin.jvm'
|
apply plugin: 'org.jetbrains.kotlin.plugin.scripting'
|
||||||
id 'org.jetbrains.kotlin.plugin.scripting'
|
|
||||||
}
|
|
||||||
|
|
||||||
description = 'Apollo Game'
|
description = 'Apollo Game'
|
||||||
mainClassName = 'org.apollo.Server'
|
mainClassName = 'org.apollo.Server'
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
plugins {
|
apply plugin: 'java-library'
|
||||||
id 'java-library'
|
apply plugin: 'org.jetbrains.kotlin.jvm'
|
||||||
id 'org.jetbrains.kotlin.jvm'
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api project(':game')
|
api project(':game')
|
||||||
|
|||||||
+1
-3
@@ -1,6 +1,4 @@
|
|||||||
plugins {
|
apply plugin: 'java-library'
|
||||||
id 'java-library'
|
|
||||||
}
|
|
||||||
|
|
||||||
description = 'Apollo Net'
|
description = 'Apollo Net'
|
||||||
|
|
||||||
|
|||||||
+1
-3
@@ -1,6 +1,4 @@
|
|||||||
plugins {
|
apply plugin: 'java-library'
|
||||||
id "java-library"
|
|
||||||
}
|
|
||||||
|
|
||||||
description = 'Apollo Utilities'
|
description = 'Apollo Utilities'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user