Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed Jul 8, 2020
1 parent 1e7ee7c commit 48c83bd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Development version

# Version 0.5.2 - 2020-07-08

* Make the duplicate search more reliable when running it multiple times without closing the application in between.
* Fix bug when trying to filter empty cache lists.
* Enable tests requiring existing logs or write operations again.
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'com.github.sherter.google-java-format' version '0.9'

// Create runtime images.
id 'org.beryx.runtime' version '1.9.1'
id 'org.beryx.runtime' version '1.10.0'
}

// Apply the java plugin to add support for Java.
Expand Down Expand Up @@ -58,10 +58,10 @@ project.ext.ocOkapiPropertiesFile = projectDir.getPath() + "${File.separator}oc_
sourceCompatibility = 1.8
targetCompatibility = 1.8

version = '0.5.1'
version = '0.5.2'

wrapper {
gradleVersion = '6.5'
gradleVersion = '6.5.1'
}

// Use JUnit 5 for testing.
Expand Down
7 changes: 7 additions & 0 deletions gradle/keyHelper.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* OKAPI key loader.
*
* This method has been moved to an external file to improve readability of the main Gradle build
* file.
*/

// Allow retrieving the configuration values from environment variables as well.
ext.retrieveOcOkapiProperties = { ->
// Use dummy values as secret environment variables are not available on Travis CI for external
Expand Down

0 comments on commit 48c83bd

Please sign in to comment.