Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aguilera committed Oct 26, 2023
1 parent 71688bf commit 975c858
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Changelog

## 0.0.2

- Evaluate values using the CellType https://github.com/jagedn/nf-apache-poi/pull/2
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ test {
useJUnitPlatform()
}

version = '0.0.1'

// package
jar {
manifest {
Expand Down
2 changes: 2 additions & 0 deletions nf-plugin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ ext{
pluginClassName = 'es.puravida.poi.ApachePOIPlugin'
}

version = '0.0.2'

dependencies {
// ADD HERE PLUGINS DEPENDENCIES
implementation 'org.apache.poi:poi:5.2.4'
Expand Down

0 comments on commit 975c858

Please sign in to comment.