Skip to content

Commit 38e430c

Browse files
committed
Attempt to fix the error.
1 parent e373138 commit 38e430c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = 'com.github.artbits'
7-
version = '0.0.1'
7+
version = '1.0.8'
88

99
repositories {
1010
maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
@@ -37,9 +37,4 @@ publishing {
3737
wrapper {
3838
gradleVersion = "8.0"
3939
distributionType = Wrapper.DistributionType.ALL
40-
}
41-
42-
tasks.register('install', Copy) {
43-
from 'build/libs'
44-
into 'C:/Users/artbits/.m2/repository/sqlite-java'
4540
}

0 commit comments

Comments
 (0)