File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44 <groupId >com.nf-core</groupId >
55 <artifactId >nft-utils</artifactId >
66 <name >nft-utils</name >
7- <version >0.0.6 </version >
7+ <version >0.0.7 </version >
88 <description >nf-test plugin that adds commonly used utility functions</description >
99 <url >https://github.com/nf-core/nft-utils</url >
1010 <licenses >
3636 </build >
3737 <properties >
3838 <maven .compiler.release>${java.version}</maven .compiler.release>
39+ <maven .compiler.target>${java.version}</maven .compiler.target>
3940 <java .version>11</java .version>
4041 <maven .compiler.source>${java.version}</maven .compiler.source>
41- <maven .compiler.target>${java.version}</maven .compiler.target>
4242 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4343 <htsjdk .version>3.0.5</htsjdk .version>
4444 <additionalparam >-Xdoclint:none</additionalparam >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ To start using the plugin please add it to your `nf-test.config` file:
1010``` groovy title="nf-test.config"
1111config {
1212 plugins {
13- load "nft-utils@0.0.6 "
13+ load "nft-utils@0.0.7 "
1414 }
1515}
1616```
Original file line number Diff line number Diff line change 55
66 <groupId >com.nf-core</groupId >
77 <artifactId >nft-utils</artifactId >
8- <version >0.0.6 </version >
8+ <version >0.0.7 </version >
99 <packaging >jar</packaging >
1010
1111 <name >nft-utils</name >
Original file line number Diff line number Diff line change 11moduleName=nft-utils
2- moduleVersion=0.0.6
2+ moduleVersion=0.0.7
33moduleAuthors=nf-core
44extensionMethods=nf_core.nf.test.utils.Methods
You can’t perform that action at this time.
0 commit comments