Skip to content

Commit

Permalink
fix gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
runafterasun committed Mar 20, 2023
1 parent 65105e3 commit 66dbf85
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# objects-fill-processor
# objects-fill-processor
to be
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ repositories {
}

dependencies {
implementation 'objects.fill:objects-fill-processor:0.0.1'
annotationProcessor 'objects.fill:objects-fill-processor:0.0.1'

compileOnly 'com.google.auto.service:auto-service:1.0-rc5'
annotationProcessor 'com.google.auto.service:auto-service:1.0-rc5'

implementation "org.apache.commons:commons-lang3:3.12.0"
testImplementation "org.apache.commons:commons-lang3:3.12.0"

implementation 'org.reflections:reflections:0.10.2'
}

Expand Down
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# bash, then to run this script, type that shell name before the whole
# command line, like:
#
# ksh Gradle
# ksh Gradles
#
# Busybox and similar reduced shells will NOT work, because this script
# requires all of these POSIX shell features:
Expand Down
2 changes: 1 addition & 1 deletion gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@rem distributed under the License is distributed on an "AS IS" BASIS,
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem limitations under the Licenses.
@rem

@if "%DEBUG%"=="" @echo off
Expand Down

0 comments on commit 66dbf85

Please sign in to comment.