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

View File

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