Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	build.gradle.kts
#	plugin/build.gradle.kts
  • Loading branch information
xiazunyang committed Nov 18, 2021
2 parents 5b495f8 + d52fd90 commit ffd353a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
16 changes: 16 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
POM_NAME=reinforecer
POM_DESCRIPTION=A gradle plugin for Android projects, based on 360????, automatically perform hardening operations after packaging.
POM_INCEPTION_YEAR=2021
POM_URL=https://github.com/xiazunyang/reinforcer

POM_LICENSE_NAME=The Apache Software License, Version 2.0
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENSE_DIST=repo

POM_SCM_URL=https://github.com/xiazunyang/reinforcer
POM_SCM_CONNECTION=scm:git:git://github.com/xiazunyang/reinforcer.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com:xiazunyang/reinforcer.git

POM_DEVELOPER_ID=TearSun
POM_DEVELOPER_NAME=XiazunYang
POM_DEVELOPER_URL=https://github.com/xiazunyang
3 changes: 3 additions & 0 deletions plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
GROUP=cn.numeron
POM_ARTIFACT_ID=reinforecer
VERSION_NAME=1.0.1
3 changes: 1 addition & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
rootProject.name = "reinforcer"
include(":plugin")
project(":plugin").name = "reinforcer-plugin"
include(":plugin")

0 comments on commit ffd353a

Please sign in to comment.