24: Add iterator param to TreeNode's constructor. (#25)

This commit is contained in:
2023-07-24 18:50:46 +02:00
committed by GitHub
parent d34050e9af
commit 04c3728fcd
5 changed files with 10 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ plugins {
val PUBLISH_GROUP_ID = "com.github.adriankuta"
val PUBLISH_ARTIFACT_ID = "tree-structure"
val PUBLISH_VERSION = "3.0.1"
val PUBLISH_VERSION = "3.0.2"
val secretFile = File(rootProject.rootDir, "local.properties")
if (secretFile.exists()) {