File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/net/andreinc/aleph Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.jfrog.bintray'
2
2
3
- version = ' 0.0.1 '
3
+ version = ' 0.0.3 '
4
4
5
5
task sourcesJar (type : Jar ) {
6
6
classifier = ' sources'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ apply plugin: 'java'
15
15
apply plugin : ' idea'
16
16
17
17
group ' net.andreinc'
18
- version ' 0.0.1 '
18
+ version ' 0.0.3 '
19
19
20
20
repositories {
21
21
mavenCentral()
Original file line number Diff line number Diff line change 8
8
public class UncheckedFormatterException extends RuntimeException {
9
9
10
10
private static final String INVALID_NUMBER_OF_ARGUMENTS =
11
- "Invalid number of arguments: {argsNum}. Every argument needs to have a pair." ;
11
+ "Invalid number of arguments: # {argsNum}. Every argument needs to have a pair." ;
12
12
13
13
private static final String ARGUMENT_ALREADY_DEFINED =
14
14
"Argument '#{arg}' is already defined in the arguments list." ;
You can’t perform that action at this time.
0 commit comments