Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Oehme <st.oehme@gmail.com>
  • Loading branch information
oehme committed Nov 24, 2021
1 parent b2ba8ea commit 7a897d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -436,7 +436,7 @@ class AggregatingIncrementalAnnotationProcessingIntegrationTest extends Abstract
succeeds "compileJava"
}
@Issue("https://https://github.com/micronaut-projects/micronaut-core/issues/6536")
@Issue("https://github.com/micronaut-projects/micronaut-core/issues/6536")
def "does not reprocess if nothing in the current sourceSet changed"() {
given:
withProcessor(new AnnotatedGeneratedClassProcessorFixture())
Expand Down
Expand Up @@ -61,7 +61,7 @@ class IsolatingIncrementalAnnotationProcessingIntegrationTest extends AbstractIn
outputs.recompiledFiles("A", "AHelper", "AHelperResource.txt")
}

@Issue("https://https://github.com/micronaut-projects/micronaut-core/issues/6536")
@Issue("https://github.com/micronaut-projects/micronaut-core/issues/6536")
def "remembers generated files across multiple compilations"() {
given:
def a = java "@Helper class A {}"
Expand Down

0 comments on commit 7a897d3

Please sign in to comment.