Skip to content

Commit

Permalink
v8.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-st committed Nov 13, 2024
1 parent 1c39fc8 commit 76cfd47
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@ yamlRestTest {
jvmArgs '-Dtests.security.manager=false'
}

// use morph 1.7 for 8.7.0+, 1.6 for 8.0+, 1.5 for 7.0+
// use morph 1.8 for 8.15.0+, 1.7 for 8.7.0+, 1.6 for 8.0+, 1.5 for 7.0+
VersionNumber versionNumber = VersionNumber.parse(version as String);
if (versionNumber >= VersionNumber.parse('8.7.0')) {
if (versionNumber >= VersionNumber.parse('8.15.0')) {
ext.morphVersion = '1.8'
} else if (versionNumber >= VersionNumber.parse('8.7.0')) {
ext.morphVersion = '1.7'
} else if (versionNumber >= VersionNumber.parse('8.0.0')) {
ext.morphVersion = '1.6'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
version=8.10.4
version=8.16.0
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
Expand Down
Binary file added libs/english-1.8.jar
Binary file not shown.
Binary file added libs/morph-1.8.jar
Binary file not shown.
Binary file added libs/russian-1.8.jar
Binary file not shown.

0 comments on commit 76cfd47

Please sign in to comment.