Skip to content

Commit 8a078ef

Browse files
committed
[Java] Load project based file. Issue #398.
1 parent 1f30ba7 commit 8a078ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
defaultTasks 'clean', 'build', 'shadowJar', 'install'
2222

2323
def sbeGroup = 'uk.co.real-logic'
24-
def sbeVersion = new File('version.txt').text.trim()
24+
def sbeVersion = file('version.txt').text.trim()
2525

2626
group = sbeGroup
2727
version = sbeVersion

0 commit comments

Comments
 (0)