Skip to content

Commit 865c71b

Browse files
committed
adding missing Maven loca Repo
1 parent f169398 commit 865c71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ group = 'com.thibaultdelor'
1212
version = '0.7'
1313

1414
repositories {
15+
mavenLocal()
1516
mavenCentral()
1617
}
1718

@@ -23,7 +24,6 @@ dependencies {
2324
eclipseClasspath {
2425
downloadSources = false; // required for eclipseClasspath to work
2526
}
26-
2727
manifest.mainAttributes(
2828
'Implementation-Title': 'java-OracleSQL-dsl',
2929
'Implementation-Version': version

0 commit comments

Comments
 (0)