Removes some repositories from the build.

We really didn't need those. Might as well keep it clean.
This commit is contained in:
Markil3
2020-12-16 09:08:40 -07:00
parent 19c57e53b7
commit bd4242a79b
2 changed files with 0 additions and 29 deletions

View File

@@ -10,15 +10,6 @@
import org.apache.tools.ant.taskdefs.condition.Os
import java.nio.file.Files
buildscript {
repositories {
jcenter()
google()
}
}
plugins {
id "application"
id "distribution"
@@ -28,13 +19,7 @@ plugins {
}
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
maven {
url "https://dl.bintray.com/jmonkeyengine/org.jmonkeyengine"
}
}
sourceCompatibility = "1.8"

View File

@@ -8,26 +8,12 @@
* limitations under the License.
*/
import org.apache.tools.ant.taskdefs.condition.Os
import java.nio.file.Files
buildscript {
repositories {
jcenter()
google()
}
}
plugins {
id "java-library"
}
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
maven {
url "https://dl.bintray.com/jmonkeyengine/org.jmonkeyengine"
}