File tree Expand file tree Collapse file tree 7 files changed +16
-14
lines changed
resources/META-INF/gradle-plugins Expand file tree Collapse file tree 7 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildscript {
1515 maven { url 'http://mtkopone.github.com/scct/maven-repo' }
1616 }
1717 dependencies {
18- classpath 'com.github.maiflai :gradle-scct:0.3'
18+ classpath 'com.sqality :gradle-scct:0.3'
1919 }
2020}
2121
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ apply plugin: 'signing'
1313apply plugin : ' groovy'
1414// apply plugin: 'release'
1515
16- group ' com.github.maiflai '
16+ group ' com.sqality '
1717
1818dependencies {
1919 compile gradleApi()
@@ -36,11 +36,12 @@ artifacts {
3636 archives sourcesJar
3737}
3838
39- /* signing {
39+ /*
40+ signing {
4041 sign configurations.archives
41- }*/
42+ }
4243
43- /* uploadArchives {
44+ uploadArchives {
4445 repositories {
4546 mavenDeployer {
4647 beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
@@ -57,11 +58,11 @@ artifacts {
5758 pom.project {
5859 name 'GradleSCCT'
5960 description 'gradle-scct is a Gradle plugin for calculating code coverage using SCCT'
60- url 'http://maiflai.github .com/'
61+ url 'http://sqality .com/'
6162
6263 scm {
63- url 'scm:git:https://github.com/maiflai /gradle-scct.git'
64- developerConnection 'scm:git:https://github.com/maiflai /gradle-scct.git'
64+ url 'scm:git:https://github.com/sqality /gradle-scct.git'
65+ developerConnection 'scm:git:https://github.com/sqality /gradle-scct.git'
6566 }
6667
6768 licenses {
@@ -80,4 +81,5 @@ artifacts {
8081 }
8182 }
8283 }
83- }*/
84+ }
85+ */
Original file line number Diff line number Diff line change 1- package com.github.maiflai
1+ package com.sqality
22
33import org.gradle.api.DefaultTask
44import org.gradle.api.GradleException
Original file line number Diff line number Diff line change 1- package com.github.maiflai
1+ package com.sqality
22
33import org.gradle.api.Action
44import org.gradle.api.Project
Original file line number Diff line number Diff line change 1- package com.github.maiflai
1+ package com.sqality
22
33import org.gradle.api.Plugin
44import org.gradle.api.Project
Original file line number Diff line number Diff line change 1- implementation-class =com.github.maiflai .ScctPlugin
1+ implementation-class =com.sqality .ScctPlugin
Original file line number Diff line number Diff line change 1- package com.github.maiflai
1+ package com.sqality
22
33import org.gradle.api.Project
44import org.gradle.api.tasks.TaskExecutionException
You can’t perform that action at this time.
0 commit comments