Skip to content

Commit 90ec7b7

Browse files
committed
[Java] Remove useless assigment of version/group in the ext block
1 parent ef86063 commit 90ec7b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ def sbeGroup = 'uk.co.real-logic'
4040
def sbeVersion = file('version.txt').text.trim()
4141

4242
ext {
43-
group = sbeGroup
44-
version = sbeVersion
4543
isReleaseVersion = !version.endsWith('-SNAPSHOT')
4644
releasesRepoUrl = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
4745
snapshotsRepoUrl = 'https://oss.sonatype.org/content/repositories/snapshots/'

0 commit comments

Comments
 (0)