Skip to content

Commit 02f88f0

Browse files
committed
update syntax
1 parent cc53f75 commit 02f88f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

indra-common/src/test/resources/net/kyori/indra/javac8Build/in/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ plugins {
22
id 'net.kyori.indra'
33
}
44

5-
group 'com.example'
6-
version '1.0.0-SNAPSHOT'
5+
group = 'com.example'
6+
version = '1.0.0-SNAPSHOT'
77

88
repositories {
99
sonatype.snapshots()

indra-common/src/test/resources/net/kyori/indra/simpleBuild/in/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ plugins {
22
id 'net.kyori.indra'
33
}
44

5-
group 'com.example'
6-
version '1.0.0-SNAPSHOT'
5+
group = 'com.example'
6+
version = '1.0.0-SNAPSHOT'
77

88
repositories {
99
sonatype.snapshots()

0 commit comments

Comments
 (0)