File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
annotation-processor-test Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ repositories {
9
9
}
10
10
11
11
dependencies {
12
- testImplementation ' io.github.digitalsmile.native:annotation:1.1.1 '
13
- testAnnotationProcessor ' io.github.digitalsmile.native:annotation-processor:1.1.1 '
12
+ testImplementation ' io.github.digitalsmile.native:annotation:1.1.2 '
13
+ testAnnotationProcessor ' io.github.digitalsmile.native:annotation-processor:1.1.2 '
14
14
15
15
testImplementation platform(' org.junit:junit-bom:5.10.0' )
16
16
testImplementation ' org.junit.jupiter:junit-jupiter'
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ plugins {
4
4
}
5
5
6
6
group = ' io.github.digitalsmile.native'
7
- version = ' 1.1'
7
+ version = ' 1.1.2 '
8
8
9
9
repositories {
10
10
mavenCentral()
11
11
}
12
12
13
13
dependencies {
14
14
implementation ' io.soabase.java-composer:java-composer:1.0'
15
- implementation ' io.github.digitalsmile.native:annotation:1.1.1 '
15
+ implementation ' io.github.digitalsmile.native:annotation:1.1.2 '
16
16
17
17
annotationProcessor ' io.avaje:avaje-prisms:1.28'
18
18
implementation ' io.avaje:avaje-prisms:1.28'
@@ -26,7 +26,7 @@ import com.vanniktech.maven.publish.SonatypeHost
26
26
mavenPublishing {
27
27
publishToMavenCentral(SonatypeHost . CENTRAL_PORTAL )
28
28
signAllPublications()
29
- coordinates(" io.github.digitalsmile.native" , " annotation-processor" , " 1.1.1 " )
29
+ coordinates(" io.github.digitalsmile.native" , " annotation-processor" , " 1.1.2 " )
30
30
31
31
pom {
32
32
name = " Native Memory Annotation processor"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
}
5
5
6
6
group = ' io.github.digitalsmile.native'
7
- version = ' 1.1.1 '
7
+ version = ' 1.1.2 '
8
8
9
9
repositories {
10
10
mavenCentral()
@@ -18,7 +18,7 @@ import com.vanniktech.maven.publish.SonatypeHost
18
18
mavenPublishing {
19
19
publishToMavenCentral(SonatypeHost . CENTRAL_PORTAL )
20
20
signAllPublications()
21
- coordinates(" io.github.digitalsmile.native" , " annotation" , " 1.1.1 " )
21
+ coordinates(" io.github.digitalsmile.native" , " annotation" , " 1.1.2 " )
22
22
23
23
pom {
24
24
name = " Native Memory Annotation"
You can’t perform that action at this time.
0 commit comments