Compare commits

..

No commits in common. "master" and "2.4.3-ect" have entirely different histories.

3 changed files with 0 additions and 17 deletions

View file

@ -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
```

View file

@ -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
}
}
}