Skip to content

Instantly share code, notes, and snippets.

View tr7zw's full-sized avatar
:octocat:
git commit -am "some changes" (+647, -1049)

tr7zw tr7zw

:octocat:
git commit -am "some changes" (+647, -1049)
View GitHub Profile
@tr7zw
tr7zw / build.gradle
Created January 14, 2020 12:21
ivypot ignored constraint example
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath 'org.ysb33r.gradle:ivypot:0.9'
}
}