Skip to content

Commit e37532b

Browse files
committed
build: log built version info
1 parent 2dd6268 commit e37532b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ patches {
2424
group = 'net.minecraftforge' //put it under us for now, because this is a unofficial mirrior
2525
version = gradleutils.getTagOffsetVersion() // The tag should be OurVersion.FernFlowerCommitNumber, ex: 1.5.380
2626

27+
logger.lifecycle("${name} version ${version} - JDK ${System.getProperty("java.version")}")
28+
2729
subprojects {
2830
group = rootProject.group
2931
version = rootProject.version

0 commit comments

Comments
 (0)