Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create snapshot builds for the project #135

Closed
oshai opened this issue Sep 12, 2020 · 1 comment
Closed

create snapshot builds for the project #135

oshai opened this issue Sep 12, 2020 · 1 comment

Comments

@oshai
Copy link
Owner

oshai commented Sep 12, 2020

Using instructions here: https://reflectoring.io/fully-automated-open-source-release-chain/

@oshai oshai changed the title create snapshot builds for the module create snapshot builds for the project Sep 12, 2020
@oshai
Copy link
Owner Author

oshai commented Sep 12, 2020

To access snapshot build:

repositories {
	maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local' }
}

dependencies {
	compile('io.github.microutils:kotlin-logging:1.10.11-SNAPSHOT')
}

@oshai oshai closed this as completed in 6d10659 Sep 12, 2020
oshai added a commit that referenced this issue Sep 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant