This repository was archived by the owner on Jan 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
gradle_plugins/src/main/groovy/org/ros/gradle_plugins Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import org.gradle.api.*;
12
12
*
13
13
* It also performs the following actions
14
14
*
15
- * - checks and maeks sure the maven plugin is running
16
- * - constructs the sequence of dependant maven repos (local ros maven repos, mavenLocal, external ros maven repo)
15
+ * - checks and makes sure the maven plugin is running
16
+ * - constructs the sequence of dependent maven repos (local ros maven repos, mavenLocal, external ros maven repo)
17
17
* - configures the uploadArchives for artifact deployment to the local ros maven repo (devel/share/maven)
18
18
*/
19
19
class RosPlugin implements Plugin<Project > {
@@ -57,12 +57,10 @@ class RosExtension {
57
57
List<String > mavenPath
58
58
String mavenDeploymentRepository
59
59
String mavenRepository
60
- String mavenRepositoryD
61
60
62
61
RosExtension () {
63
62
/* Initialising the strings here gets rid of the dynamic property deprecated warnings. */
64
63
this . mavenDeploymentRepository = " "
65
64
this . mavenRepository = " https://github.com/rosjava/rosjava_mvn_repo/raw/master"
66
- this . mavenRepositoryD = " https://github.com/rosjava/rosjava_mvn_repo/raw/master"
67
65
}
68
66
}
You can’t perform that action at this time.
0 commit comments