Skip to content

Commit

Permalink
Merge pull request #15 from GoodforGod/dev
Browse files Browse the repository at this point in the history
[1.1.0]
  • Loading branch information
GoodforGod authored Aug 18, 2023
2 parents 49a59cf + 98f6724 commit f2d17aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Features:

[**Gradle**](https://mvnrepository.com/artifact/io.goodforgod/graalvm-hint-processor)
```groovy
annotationProcessor "io.goodforgod:graalvm-hint-processor:1.0.0"
compilyOnly "io.goodforgod:graalvm-hint-annotations:1.0.0"
annotationProcessor "io.goodforgod:graalvm-hint-processor:1.1.0"
compilyOnly "io.goodforgod:graalvm-hint-annotations:1.1.0"
```

[**Maven**](https://mvnrepository.com/artifact/io.goodforgod/graalvm-hint-processor)
Expand All @@ -34,14 +34,14 @@ compilyOnly "io.goodforgod:graalvm-hint-annotations:1.0.0"
<dependency>
<groupId>io.goodforgod</groupId>
<artifactId>graalvm-hint-annotations</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.goodforgod</groupId>
<artifactId>graalvm-hint-processor</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -59,7 +59,7 @@ compilyOnly "io.goodforgod:graalvm-hint-annotations:1.0.0"
<path>
<groupId>io.goodforgod</groupId>
<artifactId>graalvm-hint-processor</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down
4 changes: 4 additions & 0 deletions graalvm-hint-annotations/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module io.goodforgod.graalvm.hint.annotations {

exports io.goodforgod.graalvm.hint.annotation;
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
groupId=io.goodforgod
artifactRootId=graalvm-hint
artifactVersion=1.0.0-SNAPSHOT
artifactVersion=1.1.0-SNAPSHOT


##### GRADLE #####
Expand Down

0 comments on commit f2d17aa

Please sign in to comment.