Skip to content

Commit cc86dde

Browse files
meonlollemo7242
authored andcommitted
Add authentication arguments to @mavenrepository
1 parent 076d103 commit cc86dde

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'com.github.holgerbrandl'
2-
version = '1.1'
2+
version = '1.3'
33

44
buildscript {
55
ext.kotlin_version = '1.1.60'

src/main/kotlin/ScriptDirectives.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,4 @@ annotation class DependsOnMaven(val artifactLocator: String)
4444
// in contrast to the original version we make the id mandatory here.
4545
// This keeps ensures compatiblity with keplin but eases parsing
4646
//annotation class MavenRepository(val id: String = "", val url: String)
47-
annotation class MavenRepository(val id: String, val url: String)
48-
47+
annotation class MavenRepository(val id: String, val url: String, val user: String = "", val pass: String = "")

0 commit comments

Comments
 (0)