We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f30ba7 commit 8a078efCopy full SHA for 8a078ef
build.gradle
@@ -21,7 +21,7 @@ plugins {
21
defaultTasks 'clean', 'build', 'shadowJar', 'install'
22
23
def sbeGroup = 'uk.co.real-logic'
24
-def sbeVersion = new File('version.txt').text.trim()
+def sbeVersion = file('version.txt').text.trim()
25
26
group = sbeGroup
27
version = sbeVersion
0 commit comments