Skip to content

Commit 662c6b6

Browse files
committed
Added Maven Central SNAPSHOTS repo, becuase we're currently relying on a MapStruct SNAPSHOT version.
1 parent 5d83a6b commit 662c6b6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

additions/src/test/resources/ConversionServiceBridge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import test.CarDto;
99

1010
@Generated(
11-
value = "uk.co.kleindelao.mapstruct.spring.converter.ConversionServiceBridgeGenerator",
11+
value = "uk.co.kleindelao.mapstruct.spring.converter.ConversionServiceAdapterGenerator",
1212
date = "2020-03-29T15:21:34.236Z"
1313
)
1414
@Component

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ allprojects {
1919
repositories {
2020
jcenter()
2121
mavenCentral()
22-
mavenLocal()
22+
maven {
23+
url "https://oss.sonatype.org/content/repositories/snapshots"
24+
}
2325
}
2426
}
2527

0 commit comments

Comments
 (0)