Skip to content
Snippets Groups Projects
Commit 1a094e02 authored by felmer's avatar felmer
Browse files

SSDM-12358: fixing build script in installation by adding gradle core to installer

parent ddbd078d
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -33,8 +33,7 @@ buildscript { ...@@ -33,8 +33,7 @@ buildscript {
dependencies { dependencies {
api project(':common') api project(':common')
api 'izpack:izpack:5.0-beta9-SNAPSHOT', api 'izpack:izpack:5.0-beta9-SNAPSHOT'
'gradle:core:7.4'
testImplementation project(path: ':commonbase', configuration: 'tests'), testImplementation project(path: ':commonbase', configuration: 'tests'),
project(path: ':common', configuration: 'tests'), project(path: ':common', configuration: 'tests'),
...@@ -44,7 +43,8 @@ dependencies { ...@@ -44,7 +43,8 @@ dependencies {
archives 'apache:commons-io:2.6', archives 'apache:commons-io:2.6',
'apache:log4j:1.2.15', 'apache:log4j:1.2.15',
'sis:sis-base:18.09.0', 'sis:sis-base:18.09.0',
'postgresql:postgresql:42.1.4.jre7' 'postgresql:postgresql:42.1.4.jre7',
'gradle:core:7.4'
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment