Добавлено применение зависимостей из dependencies.gradle

This commit is contained in:
2024-01-29 17:15:22 +03:00
parent 986a0c8a6c
commit 3c14c91c61

View File

@ -17,6 +17,8 @@ apply plugin: 'application'
apply plugin: 'war'
apply plugin: 'ncore'
apply from: "dependencies.gradle"
targetCompatibility = 1.8
ncore {