Gradle changes

This commit is contained in:
paulevsGitch 2021-12-04 16:01:48 +03:00
parent 2f9c131ca9
commit a4f26e843d
2 changed files with 9 additions and 7 deletions

View file

@ -11,8 +11,8 @@ plugins {
id 'maven-publish'
}
sourceCompatibility = JavaVersion.VERSION_16
targetCompatibility = JavaVersion.VERSION_16
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
archivesBaseName = project.archives_base_name
version = project.mod_version