Skip to content

Commit fcb4f21

Browse files
committed
Refactor ConcurrentPriorityQueue to use reified type parameters and KType for runtime type information, rename uniqueKeySelector to keySelector, and bump version to 1.3.5.
1 parent 927f112 commit fcb4f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
}
2121
},
2222
"updateContentCommand": "sudo /usr/local/python/current/bin/python -m pip install jupyter kotlin-jupyter-kernel --break-system-packages --ignore-installed && sudo /usr/local/python/current/bin/python -m kotlin_kernel fix-kernelspec-location",
23-
"postCreateCommand": "./gradlew publishToMavenLocal",
23+
"postCreateCommand": "./gradlew publishToMavenLocal -Psigning.required=false",
2424
}

0 commit comments

Comments
 (0)