Skip to content

Commit 7034ddf

Browse files
committed
Changed URL
1 parent 2912496 commit 7034ddf

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ target/
55
Mathematica-IntelliJ-Plugin.zip
66
/$LOG_DIR$/
77
/gradle.properties
8+
/build/
9+
/.gradle/

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ repositories {
2121
}
2222

2323
sourceSets {
24+
//noinspection GroovyAssignabilityCheck
2425
main {
2526
java.srcDirs = ['src']
2627
resources.srcDirs = ['resources']
@@ -46,4 +47,4 @@ task wrapper(type: Wrapper) {
4647
gradleVersion = '3.5'
4748
}
4849

49-
version '2.3.3'
50+
version '2.4.1'

resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<br/>
3434
<a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin">GitHub</a> |
3535
<a href="https://github.com/halirutan/Mathematica-IntelliJ-Plugin/issues">Bug Tracker</a> |
36-
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=876XDFGUQHKH6">Donate</a>
36+
<a href="https://www.paypal.me/halirutan">Donate</a>
3737
<br/>
3838
<br/>
3939

0 commit comments

Comments
 (0)