Skip to content

Commit

Permalink
Merge pull request #7 from komune-io/feat/komune
Browse files Browse the repository at this point in the history
chore(.gitignore): add infra/docker-compose/infra/ to .gitignore
  • Loading branch information
apoupard committed Apr 22, 2024
2 parents 0d2685b + 1d6b4a5 commit 8465e4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.env
storybook-static
infra/dev
infra/docker-compose/infra/

### STS ###
.apt_generated
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

repositories {
mavenCentral()
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots") }
maven { url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots") }
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object Versions {
object Repo {
val snapshot: List<String> = listOf(
// For fixers
"https://oss.sonatype.org/content/repositories/snapshots",
"https://s01.oss.sonatype.org/content/repositories/snapshots",
)
}

Expand Down
3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots") }
maven { url = uri("https://repo.spring.io/milestone") }
maven { url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots") }
}
}

Expand Down

0 comments on commit 8465e4e

Please sign in to comment.