We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e373138 commit 38e430cCopy full SHA for 38e430c
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group = 'com.github.artbits'
7
-version = '0.0.1'
+version = '1.0.8'
8
9
repositories {
10
maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' }
@@ -37,9 +37,4 @@ publishing {
37
wrapper {
38
gradleVersion = "8.0"
39
distributionType = Wrapper.DistributionType.ALL
40
-}
41
-
42
-tasks.register('install', Copy) {
43
- from 'build/libs'
44
- into 'C:/Users/artbits/.m2/repository/sqlite-java'
45
0 commit comments