File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
postgres-native-sqldelight-driver Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 23
23
- name : Build with Gradle
24
24
run : ./gradlew assemble
25
25
- name : Publish
26
- run : ./gradlew -Pversion=$version -Dorg.gradle.parallel=false publish closeAndReleaseStagingRepository
26
+ run : ./gradlew -Pversion=$version -Dorg.gradle.parallel=false --no-configuration-cache publish closeAndReleaseStagingRepository
27
27
env :
28
28
ORG_GRADLE_PROJECT_signingKey : ${{ secrets.SIGNING_PRIVATE_KEY }}
29
29
ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.SIGNING_PASSWORD }}
Original file line number Diff line number Diff line change @@ -3,5 +3,7 @@ kotlin.mpp.enableCInteropCommonization=true
3
3
4
4
org.gradle.parallel =true
5
5
org.gradle.jvmargs =-Xmx2048m
6
+ org.gradle.configuration-cache =true
7
+ org.gradle.configureondemand =true
6
8
7
9
group =app.softwork
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ licensee {
57
57
58
58
tasks.dokkaHtmlPartial {
59
59
dokkaSourceSets.configureEach {
60
- externalDocumentationLink(" https://cashapp.github.io/sqldelight/2.0.0-alpha05 /2.x/" )
60
+ externalDocumentationLink(" https://cashapp.github.io/sqldelight/2.0.0/2.x/" )
61
61
externalDocumentationLink(
62
62
url = " https://kotlinlang.org/api/kotlinx-datetime/" ,
63
63
packageListUrl = " https://kotlinlang.org/api/kotlinx-datetime/kotlinx-datetime/package-list" ,
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ gradleEnterprise {
26
26
rootProject.name = " postgres-native-sqldelight"
27
27
28
28
enableFeaturePreview(" TYPESAFE_PROJECT_ACCESSORS" )
29
+ enableFeaturePreview(" STABLE_CONFIGURATION_CACHE" )
29
30
30
31
include(" :postgres-native-sqldelight-driver" )
31
32
include(" :postgres-native-sqldelight-dialect" )
You can’t perform that action at this time.
0 commit comments