Skip to content

Commit

Permalink
Merge pull request #907 from rahulsom/remove-google-repo
Browse files Browse the repository at this point in the history
chore(build): Remove unused repositories
  • Loading branch information
rahulsom authored Dec 3, 2022
2 parents dd05daf + 442b532 commit 1b839cf
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 39 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
buildscript {
repositories {
mavenCentral()
gradlePluginPortal()
}
}

plugins {
id("com.github.rahulsom.waena.root").version("0.5.0")
id("org.jetbrains.kotlin.jvm").version("1.7.22").apply(false)
Expand All @@ -23,7 +16,6 @@ allprojects {

subprojects {
repositories {
google()
mavenCentral()
}
apply plugin: 'checkstyle'
Expand Down
4 changes: 0 additions & 4 deletions grooves-diagrams/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ apply {

description = "Asciidoctor Extension to generate Event Sourcing Diagrams like those on https://rahulsom.github.io/grooves"

repositories {
google()
}

dependencies {
implementation(libs.svgbuilder)
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
Expand Down
1 change: 0 additions & 1 deletion grooves-docs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins {
}

repositories {
mavenCentral()
maven { setUrl("https://repo.spring.io/release") }
}

Expand Down
4 changes: 0 additions & 4 deletions grooves-example-javaee/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ plugins {

version = "0.1"

repositories {
mavenCentral()
}

dependencies {
annotationProcessor(libs.lombok)

Expand Down
8 changes: 0 additions & 8 deletions grooves-example-pushstyle/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import nu.studer.gradle.jooq.JooqEdition

buildscript {
repositories {
mavenCentral()
gradlePluginPortal()
}
dependencies {
classpath(libs.h2)

Expand All @@ -24,10 +20,6 @@ plugins {

version = "0.0.1-SNAPSHOT"

repositories {
mavenCentral()
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.jetbrains.kotlin:kotlin-reflect")
Expand Down
14 changes: 0 additions & 14 deletions grooves-example-springboot-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
import com.sourcemuse.gradle.plugin.GradleMongoPluginExtension

buildscript {
repositories {
mavenCentral()
maven { setUrl("https://repo.grails.org/grails/core") }
}
dependencies {
classpath("de.flapdoodle.embed:de.flapdoodle.embed.process:3.2.8")
}
}

plugins {
id("org.springframework.boot")
id("io.spring.dependency-management")
Expand All @@ -23,10 +13,6 @@ plugins {

version = "0.0.1-SNAPSHOT"

repositories {
mavenCentral()
}

dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-mongodb-reactive")
implementation("org.springframework.boot:spring-boot-starter-data-mongodb")
Expand Down

0 comments on commit 1b839cf

Please sign in to comment.