diff --git a/README.md b/README.md deleted file mode 100644 index e6cc59e..0000000 --- a/README.md +++ /dev/null @@ -1,8 +0,0 @@ -Modified version of [OpenSymphony's OSCache](https://bitbucket.org/opensymphony/oscache/) with support for automatically generating keys that take in consideration the server port (HTTP, HTTPS). - -To enable add the following to `oscache.properties`: - -```ini -cache.use.host.domain.in.key=true -``` - diff --git a/build.gradle b/build.gradle index 769e85e..c5b7e6f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,4 @@ apply plugin: 'java' -apply plugin: 'maven-publish' group = 'opensymphony' version = '2.4.3-ect' @@ -37,11 +36,3 @@ jar { "Implementation-Vendor": "OpenSymphony") } } - -publishing { - publications { - maven(MavenPublication) { - from components.java - } - } -} \ No newline at end of file diff --git a/old/readme.txt b/readme.txt similarity index 100% rename from old/readme.txt rename to readme.txt