Skip to content

Commit 6ec15e7

Browse files
committed
chore: delete demo module
1 parent a77b498 commit 6ec15e7

File tree

6 files changed

+26
-146
lines changed

6 files changed

+26
-146
lines changed

demo/build.gradle

Lines changed: 0 additions & 32 deletions
This file was deleted.

demo/src/main/java/com/interguess/autoimpl/beta/AutoImplBeta.java

Lines changed: 0 additions & 46 deletions
This file was deleted.

demo/src/main/java/com/interguess/autoimpl/beta/interfaces/User.java

Lines changed: 0 additions & 50 deletions
This file was deleted.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
#
2+
# MIT License
3+
#
4+
# Copyright (c) 2025 Interguess.com
5+
#
6+
# Permission is hereby granted, free of charge, to any person obtaining a copy
7+
# of this software and associated documentation files (the "Software"), to deal
8+
# in the Software without restriction, including without limitation the rights
9+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
# copies of the Software, and to permit persons to whom the Software is
11+
# furnished to do so, subject to the following conditions:
12+
#
13+
# The above copyright notice and this permission notice shall be included in all
14+
# copies or substantial portions of the Software.
15+
#
16+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
# SOFTWARE.
23+
#
24+
125
#Thu Jul 31 00:49:45 CEST 2025
226
distributionBase=GRADLE_USER_HOME
327
distributionPath=wrapper/dists

gradlew

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
11
#!/bin/sh
2-
3-
#
4-
# Copyright © 2015-2021 the original authors.
5-
#
6-
# Licensed under the Apache License, Version 2.0 (the "License");
7-
# you may not use this file except in compliance with the License.
8-
# You may obtain a copy of the License at
9-
#
10-
# https://www.apache.org/licenses/LICENSE-2.0
11-
#
12-
# Unless required by applicable law or agreed to in writing, software
13-
# distributed under the License is distributed on an "AS IS" BASIS,
14-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15-
# See the License for the specific language governing permissions and
16-
# limitations under the License.
17-
#
18-
192
##############################################################################
203
#
214
# Gradle start up script for POSIX generated by Gradle.

settings.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ rootProject.name = 'auto-impl'
2626
include 'api'
2727
include 'annotationprocessor'
2828
include 'common'
29-
include 'demo'
29+
include 'demo'
30+
include 'demo-processor'

0 commit comments

Comments
 (0)