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 2dd6268 commit e37532bCopy full SHA for e37532b
1 file changed
build.gradle
@@ -24,6 +24,8 @@ patches {
24
group = 'net.minecraftforge' //put it under us for now, because this is a unofficial mirrior
25
version = gradleutils.getTagOffsetVersion() // The tag should be OurVersion.FernFlowerCommitNumber, ex: 1.5.380
26
27
+logger.lifecycle("${name} version ${version} - JDK ${System.getProperty("java.version")}")
28
+
29
subprojects {
30
group = rootProject.group
31
version = rootProject.version
0 commit comments