mirror of
https://github.com/google/nomulus.git
synced 2025-07-14 23:15:18 +02:00
Add annotation processor to generate converter for VKey (#566)
This commit is contained in:
parent
c361c9e601
commit
19bc1c9c9c
44 changed files with 695 additions and 51 deletions
11
processor/gradle/dependency-locks/jacocoAnt.lockfile
Normal file
11
processor/gradle/dependency-locks/jacocoAnt.lockfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
# This is a Gradle generated file for dependency locking.
|
||||
# Manual edits can break the build and are not advised.
|
||||
# This file is expected to be part of source control.
|
||||
org.jacoco:org.jacoco.agent:0.8.5
|
||||
org.jacoco:org.jacoco.ant:0.8.5
|
||||
org.jacoco:org.jacoco.core:0.8.5
|
||||
org.jacoco:org.jacoco.report:0.8.5
|
||||
org.ow2.asm:asm-analysis:7.2
|
||||
org.ow2.asm:asm-commons:7.2
|
||||
org.ow2.asm:asm-tree:7.2
|
||||
org.ow2.asm:asm:7.2
|
Loading…
Add table
Add a link
Reference in a new issue