project: Let CI handle dependencies
This commit is contained in:
@@ -32,17 +32,17 @@ buildscript {
|
||||
maven(url = "https://raw.githubusercontent.com/open-osrs/hosting/master")
|
||||
}
|
||||
dependencies {
|
||||
classpath(Plugins.grgitPlugin)
|
||||
classpath(Plugins.versionsPlugin)
|
||||
classpath(Plugins.injectorPlugin)
|
||||
classpath("org.ajoberstar.grgit:grgit-core:4.0.1")
|
||||
classpath("com.github.ben-manes:gradle-versions-plugin:0.27.0")
|
||||
classpath("com.openosrs:injector-plugin:${ProjectVersions.openosrsInjectorVersion}")
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id(Plugins.testLogger.first) version Plugins.testLogger.second apply false
|
||||
id(Plugins.versions.first) version Plugins.versions.second
|
||||
id(Plugins.latestVersion.first) version Plugins.latestVersion.second
|
||||
id(Plugins.grgit.first) version Plugins.grgit.second
|
||||
id("com.adarshr.test-logger") version "2.0.0" apply false
|
||||
id("com.github.ben-manes.versions") version "0.27.0"
|
||||
id("se.patrikerdes.use-latest-versions") version "0.2.13"
|
||||
id("org.ajoberstar.grgit") version "4.0.1"
|
||||
|
||||
application
|
||||
}
|
||||
@@ -97,7 +97,7 @@ subprojects {
|
||||
|
||||
apply<JavaLibraryPlugin>()
|
||||
//apply<MavenPublishPlugin>()
|
||||
apply(plugin = Plugins.testLogger.first)
|
||||
apply(plugin = "com.adarshr.test-logger")
|
||||
|
||||
project.extra["gitCommit"] = localGitCommit
|
||||
project.extra["rootPath"] = rootDir.toString().replace("\\", "/")
|
||||
|
||||
Reference in New Issue
Block a user