Skip to content

Commit d7d051f

Browse files
authored
Add missing sourcesJar to dialect (#41)
Co-authored-by: hfhbd <[email protected]>
1 parent 9924b86 commit d7d051f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

postgres-native-sqldelight-dialect/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ plugins {
66
id("com.github.johnrengelman.shadow") version "7.1.2"
77
}
88

9+
java {
10+
withJavadocJar()
11+
withSourcesJar()
12+
}
13+
914
repositories {
1015
mavenCentral()
1116
maven(url = "https://www.jetbrains.com/intellij-repository/releases")

0 commit comments

Comments
 (0)