-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added copyrights, updated README, increased version to 1.2
- Loading branch information
1 parent
aa354ca
commit f7ff995
Showing
14 changed files
with
65 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# | ||
# Copyright (c) 2020 Bolt Technology OÜ. All rights reserved. | ||
# | ||
|
||
POM_ARTIFACT_ID=requiresannotation.annotation | ||
POM_NAME=eu.bolt.requiresannotation.annotation | ||
POM_PACKAGING=jar | ||
POM_DESCRIPTION=Annotation that checks annotation for classes in the method parameters. | ||
VERSION_NAME=1.1 | ||
VERSION_NAME=1.2 |
4 changes: 4 additions & 0 deletions
4
...tation/src/main/java/eu/bolt/gradle/requiresannotation/annotation/RequiresAnnotation.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
/* | ||
* Copyright (c) 2020 Bolt Technology OÜ. All rights reserved. | ||
*/ | ||
|
||
buildscript { | ||
repositories { | ||
jcenter() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
.../groovy/eu/bolt/gradle/requiresannotation/plugin/RequiresAnnotationProcessorPlugin.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...u/bolt/gradle/requiresannotation/plugin/RequiresAnnotationProcessorPluginExtension.groovy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# | ||
# Copyright (c) 2020 Bolt Technology OÜ. All rights reserved. | ||
# | ||
|
||
POM_ARTIFACT_ID=requiresannotation.processor | ||
POM_NAME=eu.bolt.requiresannotation.processor | ||
POM_PACKAGING=jar | ||
POM_DESCRIPTION=Annotation processor that checks annotation for classes in the method parameters. | ||
VERSION_NAME=1.1 | ||
VERSION_NAME=1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
/* | ||
* Copyright (c) 2020 Bolt Technology OÜ. All rights reserved. | ||
*/ | ||
|
||
include ':plugin', ':processor' | ||
include 'annotation' | ||
|