File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
groovy/io/github/rhmnkpc/codeartifact
java/io/github/rhmnkpc/codeartifact Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ AWS_CODE_ARTIFACT_SECRET_ACCESS_KEY=xxxxxxxx
28
28
```
29
29
plugins {
30
30
id 'maven-publish'
31
- id 'io.bera .codeartifact' version '1.0.0.RELEASE'
31
+ id 'io.github.rhmnkpc .codeartifact' version '1.0.0.RELEASE'
32
32
}
33
33
34
34
repositories {
@@ -44,7 +44,7 @@ repositories {
44
44
```
45
45
plugins {
46
46
id 'maven-publish'
47
- id 'io.bera .codeartifact' version '1.0.0.RELEASE'
47
+ id 'io.github.rhmnkpc .codeartifact' version '1.0.0.RELEASE'
48
48
}
49
49
50
50
@@ -54,7 +54,7 @@ plugins {
54
54
`Adding only code artifact repository without publishing
55
55
```
56
56
plugins {
57
- id 'io.bera .codeartifact' version '1.0.0.RELEASE'
57
+ id 'io.github.rhmnkpc .codeartifact' version '1.0.0.RELEASE'
58
58
}
59
59
60
60
repositories {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
id ' maven-publish'
9
9
}
10
10
11
- group ' io.bera '
11
+ group ' io.github.rhmnkpc '
12
12
version ' 1.0.0.RELEASE'
13
13
14
14
repositories {
@@ -25,8 +25,8 @@ dependencies {
25
25
gradlePlugin {
26
26
plugins {
27
27
clarity {
28
- id = ' io.bera .codeartifact'
29
- implementationClass = ' io.bera .codeartifact.CodeArtifactPlugin'
28
+ id = ' io.github.rhmnkpc .codeartifact'
29
+ implementationClass = ' io.github.rhmnkpc .codeartifact.CodeArtifactPlugin'
30
30
}
31
31
}
32
32
}
Original file line number Diff line number Diff line change 1
- package io.bera .codeartifact
1
+ package io.github.rhmnkpc .codeartifact
2
2
3
3
import org.gradle.api.Plugin
4
4
import org.gradle.api.Project
Original file line number Diff line number Diff line change 1
- package io .bera .codeartifact ;
1
+ package io .github . rhmnkpc .codeartifact ;
2
2
3
3
import org .gradle .api .artifacts .repositories .AuthenticationContainer ;
4
4
import org .gradle .api .internal .FeaturePreviews ;
Original file line number Diff line number Diff line change 1
1
2
- package io .bera .codeartifact ;
2
+ package io .github . rhmnkpc .codeartifact ;
3
3
4
4
import org .gradle .api .services .BuildService ;
5
5
import org .gradle .api .services .BuildServiceParameters .None ;
Original file line number Diff line number Diff line change 1
1
2
- package io .bera .codeartifact ;
2
+ package io .github . rhmnkpc .codeartifact ;
3
3
4
4
import software .amazon .awssdk .auth .credentials .AwsBasicCredentials ;
5
5
import software .amazon .awssdk .auth .credentials .ProfileCredentialsProvider ;
Original file line number Diff line number Diff line change 1
- package io .bera .codeartifact ;
1
+ package io .github . rhmnkpc .codeartifact ;
2
2
3
3
import java .net .MalformedURLException ;
4
4
import java .net .URL ;
Original file line number Diff line number Diff line change 1
- package io .bera .codeartifact ;
1
+ package io .github . rhmnkpc .codeartifact ;
2
2
3
3
import java .util .LinkedHashMap ;
4
4
import java .util .Map ;
You can’t perform that action at this time.
0 commit comments