diff --git a/.idea/.name b/.idea/.name
deleted file mode 100644
index eed7e79..0000000
--- a/.idea/.name
+++ /dev/null
@@ -1 +0,0 @@
-sample
\ No newline at end of file
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index a38cb43..e945c17 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -60,4 +60,9 @@
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
index 7d583ac..95fe17c 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -2,10 +2,9 @@
-
-
+
diff --git a/.idea/runConfigurations/MainForm.xml b/.idea/runConfigurations/MainForm.xml
index 3e13758..f3bdd1b 100644
--- a/.idea/runConfigurations/MainForm.xml
+++ b/.idea/runConfigurations/MainForm.xml
@@ -1,6 +1,6 @@
-
+
diff --git a/build.gradle b/build.gradle
index 00570fc..d803f08 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,8 +11,8 @@ plugins {
java {
withSourcesJar()
- sourceCompatibility = project.properties.'java.version' ?: 17
}
+targetCompatibility = 1.8
ncore {
coreVersion = project.properties.'biz.redsoft.ncore.version'
@@ -169,4 +169,8 @@ distTar {
}
distZip {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
+}
+
+ncoreRestoreDB{
+ verbose=true
}
\ No newline at end of file
diff --git a/db/ncore.zip b/db/ncore.zip
index 684f633..df3af86 100644
Binary files a/db/ncore.zip and b/db/ncore.zip differ
diff --git a/dependencies.gradle b/dependencies.gradle
deleted file mode 100644
index c5ec315..0000000
--- a/dependencies.gradle
+++ /dev/null
@@ -1,7 +0,0 @@
-dependencies {
- implementation("biz.redsoft.ncore:ncore-JDK17:1.10.339.178")
- updates("biz.redsoft.ncore:ncore-JDK17:1.10.339.178:updates")
- codemaker("biz.redsoft.ncore:ncore-JDK17:1.10.339.178")
- codemaker("biz.redsoft.ncore:ncore-JDK17:1.10.339.178:gen")
- testImplementation("biz.redsoft.ncore:ncore-JDK17:1.10.339.178:tests")
-}
\ No newline at end of file
diff --git a/gradle.properties b/gradle.properties
index c9e016d..8873b9b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -2,6 +2,7 @@ biz.redsoft.ncore.version=1.10.339.178
org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError
org.gradle.daemon=false
org.gradle.configureondemand=true
-pluginVersion=3.1.10
+pluginVersion=3.1.15
biz.redsoft.public.repo=https://nexus.red-soft.ru/repository/public
-biz.redsoft.private.repo=https://nexus.red-soft.ru/repository/ncore
\ No newline at end of file
+biz.redsoft.private.repo=https://nexus.red-soft.ru/repository/ncore
+java.version=8
\ No newline at end of file