Skip to content

Commit

Permalink
Update Avro properties
Browse files Browse the repository at this point in the history
Properties were sorted alphabetically. It wasn't clear why they were
grouped the way they were.
  • Loading branch information
erichaagdev committed Sep 8, 2024
1 parent 3233f90 commit 4a46bc7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions build-caching-maven-samples/avro-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,19 @@
</fileSet>
</fileSets>
<properties>
<property><name>createNullSafeAnnotations</name></property>
<property><name>createOptionalGetters</name></property>
<property><name>createSetters</name></property>
<property><name>customConversions</name></property>
<property><name>customLogicalTypeFactories</name></property>
<property><name>enableDecimalLogicalType</name></property>
<property><name>errorSpecificClass</name></property>
<property><name>fieldVisibility</name></property>
<property><name>gettersReturnOptional</name></property>
<property><name>imports</name></property>
<property><name>optionalGettersForNullableFieldsOnly</name></property>

<property><name>recordSpecificClass</name></property>
<property><name>stringType</name></property>
<property><name>imports</name></property>
<property><name>fieldVisibility</name></property>

<property><name>customConversions</name></property>
<property><name>customLogicalTypeFactories</name></property>
<property><name>templateDirectory</name></property>
<property><name>velocityToolsClassesNames</name></property>
</properties>
Expand Down

0 comments on commit 4a46bc7

Please sign in to comment.