net.koval.teamcity-build-step-extension-test-task-filesystem (0.1.1)

Published 2024-01-07 16:22:14 +00:00 by cyclane in cyclane/teamcity-build-step-extension-test-task

Installation

<repositories>
	<repository>
		<id>gitea</id>
			<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>net.koval.teamcity-build-step-extension-test-task</groupId>
	<artifactId>filesystem</artifactId>
	<version>0.1.1</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=net.koval.teamcity-build-step-extension-test-task:filesystem:0.1.1

About this package

This is a small project to make a very basic filesystem library in Kotlin and wascreated using the instructions below as part of my application to the JetBrains internship project"TeamCity Kotlin Script build step extension library".

Dependencies

org.jetbrains.kotlin:kotlin-stdlib
1.9.21
Details
Maven
2024-01-07 16:22:14 +00:00
9
TeamCity Kotlin Script build step extension library - Test Task - test filesystem
282 KiB
Assets (4)
Versions (3) View all
0.1.1 2024-01-07
0.1.0 2023-12-20
0.0.0 2023-12-20