We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c1da7 commit c5b8fc9Copy full SHA for c5b8fc9
.travis.yml
@@ -0,0 +1,4 @@
1
+language: java
2
+jdk:
3
+ - oraclejdk8
4
+
LICENSE LICENSE.txtLICENSE renamed to LICENSE.txt
src/main/java/TCKTestSetup.java
@@ -57,7 +57,7 @@ public Collection<Class> getCurrencyClasses() {
57
.asList(new Class[]{MyCurrency.class});
58
} catch (Exception e) {
59
e.printStackTrace();
60
- throw new RuntimeException("Currency class not lodable: org.javamoney.moneta.internal.JDKCurrencyAdapter");
+ throw new RuntimeException("Currency class not lodable: org.javamoney.moneta.internal.format.JDKCurrencyAdapter");
61
}
62
63
0 commit comments