Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit eabcaba

Browse files
author
InfinityDevFlo
committed
Fixed build.gradle.kts
1 parent 4ecc3b1 commit eabcaba

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import Properties.group
2+
13
buildscript {
24
repositories {
35
gradlePluginPortal()
@@ -28,8 +30,8 @@ repositories {
2830
}
2931

3032
//Define Version and Group
31-
this.group = Properties.group
32-
this.version = Properties.version
33+
group = Properties.group
34+
version = Properties.version
3335

3436

3537
//Define Dependencies for all Modules

0 commit comments

Comments
 (0)