diff options
| author | Michael Peter Christen <mc@yacy.net> | 2023-08-31 17:52:30 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2023-08-31 17:52:30 +0200 |
| commit | 6bd5f49c412be8edaadc5bc707dcd2a521207da5 (patch) | |
| tree | 53869f51c21e5ae8d99ac18dbf352cb3b5bf524f /build.properties | |
| parent | 376bcfd54c08d4408fd8258fe702e60a9ac9cf8f (diff) | |
Migrated from java 8 to java 11. This step is required to upgrade certain packages, most important solr which will be migrated from 8.9 to 9.x
Diffstat (limited to 'build.properties')
| -rw-r--r-- | build.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.properties b/build.properties index 28acc2ffb..940075c51 100644 --- a/build.properties +++ b/build.properties @@ -1,9 +1,9 @@ # defining some compiler arguments
-javacSource=1.8
-javacTarget=1.8
+javacSource=11
+javacTarget=11
# Release Configuration
-releaseVersion=1.926
+releaseVersion=1.930
releaseFileParentDir=yacy
privateKeyFile=private.key
|
